Fix bower config and rebuild artifacts

This commit is contained in:
Troels Liebe Bentsen 2014-10-30 18:56:37 +01:00
parent d5306ef1cd
commit 4c74c3e173
5 changed files with 1931 additions and 889 deletions

View File

@ -88,6 +88,9 @@ Add public/ to your web server root
sudo npm install -g bower sudo npm install -g bower
sudo ln -s /usr/local/lib/node_modules/bower/bin/bower /usr/local/bin/bower sudo ln -s /usr/local/lib/node_modules/bower/bin/bower /usr/local/bin/bower
# Install Grunt (For development only)
npm install -g grunt-cli
### Frameworks/Libraries ### Frameworks/Libraries
* [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans * [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans
* [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development. * [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development.

View File

@ -18,8 +18,8 @@
"accounting": "~0.*", "accounting": "~0.*",
"spectrum": "~1.3.4", "spectrum": "~1.3.4",
"d3": "~3.4.11", "d3": "~3.4.11",
"lightbox2": "~2.7.1" "lightbox2": "~2.7.1",
"handsontable": "*", "handsontable": "*"
}, },
"resolutions": { "resolutions": {
"jquery": "~1.11" "jquery": "~1.11"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long