Commit Graph

6 Commits

Author SHA1 Message Date
Tim Lancina
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
Tim Lancina
44be634997 chore(): update generator directories 2016-01-07 19:04:01 -06:00
Tim Lancina
9b860ea091 chore(generators): update pipe generator 2016-01-07 19:04:00 -06:00
Eddie Lau 3dd13
65851c4404 update component, directive, injectable and page generator to work with latest folder structure 2015-12-29 16:35:16 +08:00
jbavari
b5b8294c79 Refactor(generate): Rename all instances of javascriptClassName to jsClassName, and the instances fileAndClassName to be fileName and cssClassName. Refactor generate have a defaultTemplates method that renders those options into the generator blueprint folder. Closes #410. 2015-11-02 12:40:26 -07:00
jbavari
bf6369175b Feature(generate): Add generator for pipes 2015-10-30 23:38:10 -06:00