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

Yo generator that creates an Angular app via HotTowel

Results 17 generator-hottowel issues
Sort by recently updated
recently updated
newest added

Rather than inserting overrides like https://github.com/johnpapa/generator-hottowel/pull/176 to get dependencies using `wiredep` why not compile `less` file using `// bower:less` feature of `wiredep`?

### Issue details Just wondering why the ngCloak CSS `[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }` isn't used instead of/in addition to the .ng-hide style in...

### Issue details To ensure proper order of angular file loading why not use [gulp-angular-filesort](https://github.com/klei/gulp-angular-filesort)? Related to #183

### Issue details The project integrates phantomjs but there isn't a functional test (similar to how there are unit tests for the controllers, for example). Would it be possible to...

$gulp build [14:03:06] Using gulpfile C:\xampp\htdocs\sample-app\gulpfile.js [14:03:06] Starting 'wiredep'... [14:03:06] Wiring the bower dependencies into the html [14:03:06] Starting 'clean-styles'... [14:03:06] Cleaning: ./.tmp/**/*.css,./build/styles/**/_.css [14:03:06] Starting 'clean-code'... [14:03:06] Cleaning: ./.tmp/__/_.js,./build/js/**/*.js,./build/**/_.html [14:03:06]...

### Issue details I created a sample test for my controller but I keep getting this error ![karma test](https://cloud.githubusercontent.com/assets/1437205/14877435/94130320-0d4f-11e6-9c31-20a3f9161ba3.jpg) controller.js ``` js (function () { 'use strict'; angular .module('app.activities') .controller('ActivityDetailsControllerTwo',...

### Issue details _Please provide issue details here_. When you open the generator-hottowel project in visual studio code you get the error message: The eslint library doesn't export a CLIEngine....