Mickael Daniel
Mickael Daniel
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...
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...
``` Make watchify: watchify index.js -o dist/bundle.js ``` Run ``` $ bake watch ERR: Target watch not defined. Did you mean ? - watchify ``` Prompts, enter run target.
And implement a stringify method to generate a Makefile from parsed data. I'd like to be able to "merge" Makefiles together.
`bake target --bg` When defined the `--bg` option should tell bake to try to spawn recipe in background (using `... &`) It should work with `jobs`, `bg` and `fg` commands....
Would be kind of nice. Similar to https://github.com/mklabs/node.snipmate/blob/master/plugin/node.vim | https://github.com/mklabs/node.snipmate/blob/master/bin/completer but for grunt api. `grunt.*` should be completed to what `Object.keys(grunt)` returns. `grunt.file.*` same, matches what returnes `Object.keys(grunt.file)`, etc. (for...
http://www.leeholmes.com/blog/2012/09/13/bash-like-tab-completion-in-powershell/ powershell became a very capable terminal emulator, see how we could support windows completion.
Hi, I'm looking for maintainers to help me keep the project alive and move it further. To be honest, I don't have the time currently to work on it as...
bash seems to wordbreak on ":" as well. When completing `yo backbone:`, bash expands to `yo backbone:backbone:all`
Multiple packages will have a different install locations for tabtab. Either rework tabtab to be installed globally and use it to install "plugins", or make sure to check for file...