guzart / gulp-ng-constant

Gulp plugin for dynamic generation of angular constant modules.
MIT License
109 stars 26 forks source link

add deps false option value fixes #11 and fixes #12 #14

Closed andidev closed 9 years ago

andidev commented 9 years ago

This is tested and it works, the problem was that line 51 options.deps || data.deps || [] replaces false values with []. See commit diff for sulution.