concordusapps / grunt-haml

Process HAML templates to precompiled JavaScript or rendered HTML.
https://npmjs.org/package/grunt-haml
MIT License
41 stars 28 forks source link

Adding `workers` option for specifying the number of workers #37

Open jaipandya opened 9 years ago

jaipandya commented 9 years ago

Set this to 1 if you want the task to be executed serially. By default it equals to twice the number of CPUs This should also close issue https://github.com/concordusapps/grunt-haml/issues/34

jaipandya commented 9 years ago

Adding async ^0.9.0 which doesn't have a valid target for install on node 8. When I checked it for the failing version on my system, rimraf ^2.2.1 which is a dependency for grunt-contrib-clean is already failing installs on the current HEAD. I'm not sure if the compatibility with older version of node is worth fixing.