-
-
Notifications
You must be signed in to change notification settings - Fork 310
Build is moving styles to the wrong path #204
Comments
I got the same issue with the fresh install of webapp generator. |
I have an error related to this I think. I believe this is a similar issue, if it helps: yeoman/yeoman#411 |
can you gist the output of the |
i think it might be related to yeoman/grunt-usemin#238 |
@eddiemonge - First gist is https://gist.github.com/haydenbleasel/7539859 Problem for me is here:
Generated with Modernizr and Bootstrap for Sass on Mac OSX 10.9, latest |
@oskarrough @Khrystyna @haydenbleasel can you try updating usemin and try again? |
@eddiemonge - Updated to |
@haydenbleasel I was having a very similar issue. In your gruntfile uncomment the dist section for cssmin and it should do the trick although the names of the images referenced in you css don’t get revved. |
@haydenbleasel Actually just sussed it will revv them if its url('/images/logo.png') not if its url(../images/logo.png) |
@smongey - For reference, this error happens without any modifications to the scaffold i.e. just running |
The webapp is now working out of the box again. Also tried updating usemin from 2.0.0 to 2.0.2 and both were working. @haydenbleasel could you try |
@oskarrough - Did an |
Sure. |
I am getting this same error. I have updated gems, npm and brew with not luck. A fresh install of webapp and an immediate grunt build gives me: Running "cssmin:generated" (cssmin) task
OS X 10.9.1 |
Just did
npm update -g
and now the default generator-webapp is moving main.css todist/.tmp/styles/main.css
on build. Can't wrap my head around what changed.Running generator-webapp 0.4.4 with node v0.10.22 on OSX 10.9. Here's the Gruntfile.js and build log.
The text was updated successfully, but these errors were encountered: