node-build-script icon indicating copy to clipboard operation
node-build-script copied to clipboard

Results 27 node-build-script issues
Sort by recently updated
recently updated
newest added

The script is pretty fast, node helps a lot here. Overall build times very much depends on the amount of javascript that is going to be minified. js minificiation is...

enhancement

through confess -> https://github.com/jamesgpearce/confess the built-in [qunit task](https://github.com/cowboy/grunt/blob/master/tasks/qunit.js) is probably a good example on how to write a grunt task that drives a phantomjs instance. confess also comes with two...

new feature

Just found out about https://github.com/remy/inliner is a fantastic package, we should use it, or at least take inspiration from. - have a super nice api ->eventemitter. - build a list...

new feature

- Few additional tasks need to be documented (tar, rjs, ...) - docs for the mocha test setup and how to generate tests for a given tasks - few more...

documentation

I really _really_ love this: http://justinribeiro.com/chronicle/2012/02/06/adding-cdn-path-to-the-html5-boilerplate-build-script/ Maybe going even further with an additional `deploy` task or something to automatically update the scripts on the remote cdn. Two libs may help...

new feature

So i've started to look into this issue. The most straight forward answer is to switch between non-minified and minified versions of the Google CDN hosted file, while falling back...

new feature

Ported from h5bp/html5-boilerplate#867 Originally opened by @mklabs Here are random thoughts and ideas on the build scripts. I think it could apply to both the ant and cake version. The...

new feature