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

Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for any scale Angular project built on a highly modular, folder-by-feature structure.

Results 12 generator-ngbp issues
Sort by recently updated
recently updated
newest added

Usually it is recommended to place the `` tags right before closing the body tag (``) so that the browser's parser doesn't get blocked until all the JavaScript is downloaded....

Hi I was wondering if this generator was getting the latest version of ng-boilerplate on install ? Thanks, Albert

Per the Gruntfile, all of the vendor CSS files are concatenated into the main stylesheet: ``` build_css: { src: [ '', '/assets/-.css' ], dest: '/assets/-.css' }, ``` Yet, index.html still...

Is it possible to add Sass support, instead of Less? Thank you

Are generator-ngbp and ngbp staying in sync or diverging? Which one may I consider to be most up-to-date with best-practices? I'm also curious why I don't see joshdmiller as one...

After generating a fresh app with Coffeescript enabled and running it in Chrome, I'm seeing ``` Error: [ng:areq] Argument 'HomeController' is not a function, got undefined ``` in the Chrome...

When trying to use the datepicker component from the angular-ui bootstrap library, I got the following errors in Firefox: ``` NetworkError: 404 Not Found - http://localhost:9000/fonts/glyphicons-halflings-regular.woff ``` How can I...

Do I need to do something special to make it work? the code generated suggests that each route can set the title, but that does not work as it is....

I have installed latest version(0.2.1), when asked if I want to use Coffeescript, I responded no. However, the generated Gruntfile, karma-unit\* and package.json still contains references to Coffeescript.

Bower can't install angular-material-source#, since an error with the command "git ls-remote --tags --heads [email protected]:angular/material.git" ![image](https://cloud.githubusercontent.com/assets/4724505/6236242/828d390c-b6c7-11e4-8956-bbaa2c349415.png) Replacing that string from bower.json with "https://github.com/angular/material.git" solves the problem.