You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, doing so, creates an Angular constants file named ngConstants.js. Forcing a filename in gulp.dest by specifying a full path, as in gulp.dest('dist/version.js') creates a directory called version.js (which contains the generated ngConstants.js file) inside the dist directory.
No option seems to exist to specify the filename of the generated constants file. Is it so, or am I missing something in the docs?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
I am currently using the
gulp-ng-constant
module as follows:However, doing so, creates an Angular constants file named
ngConstants.js
. Forcing a filename ingulp.dest
by specifying a full path, as ingulp.dest('dist/version.js')
creates a directory calledversion.js
(which contains the generatedngConstants.js
file) inside thedist
directory.No option seems to exist to specify the filename of the generated constants file. Is it so, or am I missing something in the docs?
Thanks in advance!
The text was updated successfully, but these errors were encountered: