Results 8 comments of Bo Lora

I've had to add this my Gruntfile.js to get rid of this error: grunt.initConfig > copy > main > files > {src: ['bower_components/bootstrap/fonts/**'], dest: 'dist/',filter:'isFile',expand:true} Should not have to do...

I just realized that we always use our custom TWBS so we change the icons back to glyphicons. So technically, out of the box this error does not occur. So...

Chris, can you close this issue since you merged my PR in 5b4a9c894 ?

I think some redundancy is not bad specially when other people have to come behind you and deal with your code.

You can change your .yo-rc.json to read ``` "partialDirectory": "public/partial/", "directiveDirectory": "public/directive/", "filterDirectory": "public/filter/", "serviceDirectory": "public/service/", ``` then change your .bowerrc.json to { "directory" : "public/bower_components" } then you have...

But is there ever a controller without a partial or directive? The idea, in the spirit of rails is to provide generation of the basic building blocks of an app....

How did you solve this?

That worked but I agree, the generator needs to be fixed... I don't know enough about Webpack/yarn - from the error it looks like a problem with the package.json for...