mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Fix bower config and rebuild artifacts
This commit is contained in:
parent
d5306ef1cd
commit
4c74c3e173
@ -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.
|
||||
|
@ -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"
|
||||
|
494
public/built.css
494
public/built.css
File diff suppressed because one or more lines are too long
2077
public/built.js
2077
public/built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user