1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

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 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
* [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.

View File

@ -18,8 +18,8 @@
"accounting": "~0.*",
"spectrum": "~1.3.4",
"d3": "~3.4.11",
"lightbox2": "~2.7.1"
"handsontable": "*",
"lightbox2": "~2.7.1",
"handsontable": "*"
},
"resolutions": {
"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