grunt-wiredep Questions

4

Solved

I'm currently working on a project that had already been started using yeoman. For some reason, when I run grunt-wiredep all dependencies are correclty injected in my index.html except for font-aw...
Gens asked 31/8, 2015 at 9:29

1

Solved

I am trying to set up a Grunt project with bower dependencies with two tasks: development and deploy. The project folder structure currently looks like this: . ├── bower_components │   ├── animate...
Sixtieth asked 22/5, 2015 at 12:42

1

The current project structure is somewhat like this: -index.html | -bower.json | +-bower_components The proposed project structure will add a few more static html files in the project root. Till...
Auxesis asked 20/5, 2015 at 6:43

1

Solved

Most packages nowadays are available in both NPM and Bower. I have to have NPM around, but I'd like cut Bower out of the loop on my project. I'm currently relying on grunt-wiredep to create <sc...
Terpsichorean asked 23/7, 2015 at 22:46

3

Solved

my app has directory as follows app -> appName -> index.html (js,css) and for some reason, this appName wrapper folder is messing up wiredire { dest: '.tmp/concat/scripts/vendor.js', src: [ '...
Dramaturge asked 29/7, 2014 at 20:25

1

Solved

I have an angular app setup with ng-view. I have routes that are both 1 and 2 levels deep, such as: .when('/sample', { templateUrl: 'views/sample.html', controller: 'SampleCtrl' }) .when('/sa...
Charcoal asked 10/3, 2015 at 3:37

1

Running "wiredep:target" (wiredep) task Done, without errors but not injecting dependencies of bower.json. Cant debug this problem. Any help is appreciated. Gruntfile.js: wiredep: { target: {...
Rollmop asked 17/9, 2014 at 18:46

5

Solved

I'm trying to deploy my Yeoman's Angular app to my production server. When I try to run the grunt build command I get this error: Running "wiredep:app" (wiredep) task Warning: ENOENT, no such f...
Birdie asked 7/9, 2014 at 10:37

2

Solved

The grunt-wiedep task outputs relative paths for assets. I instead need absolute paths. So, I reconfigured the replace block as suggested here: https://github.com/stephenplusplus/grunt-wiredep/issu...
Sacksen asked 8/6, 2014 at 19:4
1

© 2022 - 2024 — McMap. All rights reserved.