Skip to content

Tags: changalberto/node-build-script

Tags

v0.2.3

Toggle v0.2.3's commit message
Bump v0.2.3

v0.2.2

Toggle v0.2.2's commit message
Write the destination css file prior to inline imports / minify

This closes mklabs#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

v0.2.1

Toggle v0.2.1's commit message
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.

Closes mklabs#40

v0.2.0

Toggle v0.2.0's commit message
Bump v0.2.0

v0.1.1

Toggle v0.1.1's commit message
bump version 0.1.1

closes mklabs#34

v0.1.0

Toggle v0.1.0's commit message
0.1.0

v0.0.3

Toggle v0.0.3's commit message
misc - update connect / socket.io to latest

This closes mklabs#14

v0.0.2

Toggle v0.0.2's commit message
fix removed fs module

v0.0.1

Toggle v0.0.1's commit message
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