Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Removed grunt-bower-task dependency. Requires additional installation…
Browse files Browse the repository at this point in the history
… step: bower install
  • Loading branch information
rapind committed Oct 9, 2013
1 parent 13f03ec commit 5908768
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/lib"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w
Install dependencies:

$ npm install
$ bower install

We recommend using [Grunt](https://github.com/gruntjs/grunt-cli) to start the server:

Expand Down
13 changes: 1 addition & 12 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ module.exports = function(grunt) {
reporter: 'spec'
},
src: ['test/**/*.js']
},
bower: {
install: {
options: {
targetDir: './public/lib',
layout: 'byComponent',
install: true,
verbose: true,
cleanBowerDir: true
}
}
}
});

Expand All @@ -93,4 +82,4 @@ module.exports = function(grunt) {

//Bower task.
grunt.registerTask('install', ['bower']);
};
};
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"mean-logger": "latest",
"forever": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-bower-task": "latest"
"grunt-cli": "latest"
},
"devDependencies": {
"supertest": "latest",
Expand All @@ -47,4 +46,4 @@
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest"
}
}
}

0 comments on commit 5908768

Please sign in to comment.