Open angel1st opened 9 years ago
@angel1st Thanks for you bring this to our notice.
Please provide the below for me to do some quick validation.
If you can provide us the above, it will help us fix this issue.
We had this tested on windows/mac.
Hi @reflexdemon,
Please find below required info:
OS - Ubuntu 14.04.2 LTS
Yes, in fact I started sudo gulp serve
NPM version 3.3.10
Node version 0.12.7
you dont have to do sudo gulp serve
. Please try that.
Hi @reflexdemon,
The above mentioned error is because of the line length in gulpfile.js
. It is in fact reported by jslint
and it has nothing to do with the mode gulp is started.
Since this file is generated by your framework, please make appropriate adjustments.
@angel1st Oops! My bad. Does this break the build? or Does it not start the server?
It breaks the Production ready build for me when you do either "gulp dist" or "gulp serve-dist".
@nitetrik can you please post the error messages while doing the production build.
The build file should look something like the below file. If you see anything that is not matching this file please let me know. I can push the changes ASAP. https://github.com/reflexdemon/ng-gulp/blob/master/gulpfile.js
Hi there, Just installed
slush-angular-gulp
successfully. When startgulp serve
having following error:Any ideas why this happens?