1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Merge pull request #1041 from codedge/Bower-in-resource-folder

Move bower sources to resources/assets directory
This commit is contained in:
Hillel Coren 2016-08-17 10:23:03 +03:00 committed by GitHub
commit 1dddc6d103
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) {