1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-17 16:42:48 +01:00

Move bower sources to resources/assets directory

This commit is contained in:
Holger Lösken 2016-08-16 22:59:40 +02:00
parent 3a8b711769
commit a517a3d1fa
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"directory": "./public/vendor"
"directory": "./resources/assets/bower"
}

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
/public/build
/public/packages
/public/vendor
/resources/assets/bower
/storage
/bootstrap/compiled.php
/bootstrap/environment.php

View File

@ -48,7 +48,7 @@ elixir.config.css.minifier.pluginOptions = {
*
* @type {string}
*/
var bowerDir = 'public/vendor';
var bowerDir = 'resources/assets/bower';
elixir(function(mix) {