From a160b2d7abe2c3cfbea1e56ddf090d93245bc3ff Mon Sep 17 00:00:00 2001 From: Ben Rothman Date: Sun, 13 Sep 2015 16:35:35 -0500 Subject: [PATCH] freeze bower component versions and remove debowerify from grunt process --- Gruntfile.js | 2 +- README.md | 4 ++-- bower.json | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f63ded5..ce4343b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']); }; diff --git a/README.md b/README.md index f2c2da2..73124f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index e8451ba..581aa61 100644 --- a/bower.json +++ b/bower.json @@ -4,18 +4,18 @@ "Ben Rothman " ], "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": "*",