Skip to content

Commit

Permalink
freeze bower component versions and remove debowerify from grunt process
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey authored and pooja335 committed Sep 13, 2015
1 parent 58a35e2 commit a160b2d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ module.exports = function(grunt) {

grunt.registerTask('test', ['jshint', 'qunit']);

grunt.registerTask('default', ['jshint', 'bower', 'requirejs', 'cssmin']);
grunt.registerTask('default', ['jshint', 'requirejs', 'cssmin']);

};
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Requirements:
* NPM Packages: Bower, Grunt-CLI

1. git clone the repo and setup `ajax/datastoreVars.php`
2. `bower install` and `npm install`
3. modify `/bower_components/hogan/.bower.json` with the line `main: "web/builds/2.0.0/hogan-2.0.0.amd.js"`
2. `npm i -g bower grunt-cli`
3. `bower install` and `npm install`
4. `grunt`

## datastoreVars.php
Expand Down
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"Ben Rothman <[email protected]>"
],
"dependencies": {
"jquery": "1.9.1",
"bootstrap": "3.x",
"stayInWebApp": "mrmoses/jQuery.stayInWebApp",
"datatables": "*",
"highcharts": "3.0.5",
"typeahead.js": "0.9.x",
"add-to-homescreen": "2.0.11",
"bootstrap": "3.0.3",
"bootstrap-multiselect": "0.9.1",
"datatables": "1.9.4",
"font-awesome": "4.2.0",
"highcharts": "3.0.10",
"hogan": "3.0.0",
"jquery": "1.9.1",
"moment": "2.7.0",
"nprogress": "0.1.2",
"moment": "*",
"bootstrap-multiselect": "*",
"add-to-homescreen": "2.0.11",
"font-awesome": "4.x"
"stayInWebApp": "mrmoses/jQuery.stayInWebApp",
"typeahead.js": "0.9.3"
},
"devDependencies": {
"qunit": "*",
Expand Down

0 comments on commit a160b2d

Please sign in to comment.