I am launching a Node application project built on Express, Jade, and Less. I use ' Gulp ' (a streaming build system) as well as 'browsify' and 'gulp -browserify'. But when I run the Gulp Task, its throwing error displays as
[gulp] SyntaxError in plugin 'gulp-browserify': <my_project_path>/assets/javascripts/fake_a3100e75.js
The file fake_a3100e75.jsdoes not seem to exist in the directory.
Does anyone face the same problem? Any solutions highly appreciated?
source
share