6 Commits

Author SHA1 Message Date
dcc20fa983 fix(generators): use mkdirp-no-bin
When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo.  Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.
2016-02-04 15:23:00 -06:00
d7b639e13b chore(generators): remove templateVars, pass 'this' instead 2016-01-07 19:04:01 -06:00
44be634997 chore(): update generator directories 2016-01-07 19:04:01 -06:00
240cd2c3e1 chore(generators): remove cssClassName template var 2016-01-07 19:04:00 -06:00
38d728e490 fix(generators): filename should be kebab-case as well 2016-01-07 19:04:00 -06:00
a11b880ca3 refactor(generators): make them more oo 2016-01-07 19:03:59 -06:00