You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the destination css file prior to inline imports / minify
This closesmklabs#39
Wrong assumption on destination file being the same than one of the source
file, was broken whenever the destination file does not exists yet.
Bumped version number to 0.2.2
Use grunt subtarget instead of file extension in the usemin task
It should then handle any file with the html replace helper as long as
they're listed in the usemin:html gruntfile config.
Closesmklabs#40
added tasks and gruntfile for basic css / js / imgs opts
First working implementation that includes:
* concat / minfiy js files
* inline @imports of css files (recursive process, should support any
level of nested imports) + minification
* revving of js / css / imgs
* html inline replace of js / css / imgs (to the revved one)
the main build/tasks/tasks.js file will be splitted in multiple files