generator-gulp-angular
generator-gulp-angular copied to clipboard
Yeoman generator for AngularJS with GulpJS [UNMAINTAINED next iteration is FountainJS]
Hello there, First, kudos for the generator, its really nice. While setting up the environment, I tried creating a new module but when I ran gulp serve, the chrome console...
What is your guidance on how to integrate the output of this yeoman generator stack into a ASP.NET Core project?
Whenever I try to build my project, I get this error: > [16:03:56] gulp-inject 2 files into index.less. > fs.js:887 > return binding.lstat(pathModule._makeLong(path)); > ^ > > Error: ENOENT: no...
Hi, Thanks for the good work on generator. I am just starting a new project and planning to use this generator. I am curious to know if the project has...
When generator-gulp-angular moved to ES6 modules does such reference at the begging of TS is still valid: reference path="some other ts file" I cannot make the application to work when...
Current text in documentation: > tsd:install is located in the gulp/tsd.js which is created only when choosing TypeScript. It will automatically download typings files for the dependency found in Bower...
In current version (1.0.0) it is easy to enable html5 by setting base url in index.html and $locationProvider html5Mode, as the gulp config is html5-ready. So, I was wondering if...
Hello, I am new to yo and this generator, but I found I could not success to build or test if I choose typescript (all other options are default). Here...
The task "scripts:watch" is dependent on [scripts] which turns out to compile twice the code. Was that done intentionally? Regads
When running `gulp` immediately after setting up the generator: ``` module.js:339 throw err; ^ Error: Cannot find module 'immutable' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at Module.require (module.js:366:17) at require...