generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

Yeoman generator for AngularJS with GulpJS [UNMAINTAINED next iteration is FountainJS]

Results 104 generator-gulp-angular issues
Sort by recently updated
recently updated
newest added

`background-image: url(assets/images/greedygamelogo.png);` This rule tries to find the image in `http://localhost:3000/app/assets/images/greedygamelogo.png` instead of `http://localhost:3000/assets/images/greedygamelogo.png` Not sure how to use a background-image from within CSS.

I really enjoyed using this project, nice work! Found a couple typos in the README though 😛

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...

dependencies

Hi. Awesome generator. However, I don't think the docs clearly explain the /*\* @ngInject _/ doctag in the controller files. Is this importing css? Is it making so you don't...

I am trying to build an Angular 2 application using VSCode editor. On my machine the default browser is IE. When I run npm start it launches the application in...

Bumps [bower](https://github.com/bower/bower) from 1.5.3 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...

dependencies

http://fountainjs.io/gulp-angular/ for example "usage documentation page" -> http://fountainjs.io/gulp-angular/docs/usage.md -> 404

I have a clean project, generated by this generator: Angular1.5+Bootstrap+LESS Then installing Firebase: `bower install --save firebase angularfire` (https://www.firebase.com/docs/web/libraries/angular/quickstart.html) and include `firebase` module into my Angular app, like this ![image](https://cloud.githubusercontent.com/assets/3661065/14587389/6a32e5c0-04b2-11e6-9093-fca67406c1ff.png)...

# Allo' ! :wave: ### This is just to let you know that this project is unmaintained. ### For more info, please see: https://github.com/Swiip/generator-gulp-angular/pull/1155 ### We don't expect new issues...

I am running a gulp build for production. I am getting an error "Error: ENOENT: no such file or directory, open 'target/tmp/templates.js'". This is a snippet of gulpfile.js and gulp/build.js...