Closed simonh1000 closed 10 years ago
I must be doing something wrong, but my file structure is
/app grunt.js /src bower.json /bower_components /dist /bower_components
I was trying to copy some the .min files from src to dist but nothing is happening with this in the grunt.js
bower: { src: { dest: 'dist/bower_components', options: { ignore: ['jquery', 'angular-cookies', 'angular-motion'], expand: true } } }
You should provide a .bowerrc file reside in /app
.bowerrc
/app
/app/.bowerrc
{ "directory": "src/bower_components" }
I must be doing something wrong, but my file structure is
I was trying to copy some the .min files from src to dist but nothing is happening with this in the grunt.js