generator-mobileangularui icon indicating copy to clipboard operation
generator-mobileangularui copied to clipboard

Mobile Angular Ui Yeoman Generator

Results 3 generator-mobileangularui issues
Sort by recently updated
recently updated
newest added

I have this in my 'config.js' file; `config.vendor.css.append.push('bower_components/sweetalert2/dist/sweetalert2.min.css');` Nothing happens. When I looked into 'gulpfile.js', I noticed that vendor.css.append is never used in the gulp code. What is the best...

While I was trying to use https://github.com/kuhnza/angular-google-places-autocomplete in a project, found that the config.vendor.css files were not used / generated. This PR fixes this.