Closed tamtakoe closed 9 years ago
If I write deps: false I get module('name') without dependencies [] (as in grunt-ng-constant). It usefull if I want to use existent module
deps: false
module('name')
[]
For those who need this right away I have implemented this in https://www.npmjs.com/package/gulp-ng-constant-fork
If I write
deps: false
I getmodule('name')
without dependencies[]
(as in grunt-ng-constant). It usefull if I want to use existent module