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:
parent
3a8b711769
commit
a517a3d1fa
2
.bowerrc
2
.bowerrc
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"directory": "./public/vendor"
|
"directory": "./resources/assets/bower"
|
||||||
}
|
}
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
|||||||
/public/build
|
/public/build
|
||||||
/public/packages
|
/public/packages
|
||||||
/public/vendor
|
/public/vendor
|
||||||
|
/resources/assets/bower
|
||||||
/storage
|
/storage
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
/bootstrap/environment.php
|
/bootstrap/environment.php
|
||||||
|
@ -48,7 +48,7 @@ elixir.config.css.minifier.pluginOptions = {
|
|||||||
*
|
*
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
var bowerDir = 'public/vendor';
|
var bowerDir = 'resources/assets/bower';
|
||||||
|
|
||||||
elixir(function(mix) {
|
elixir(function(mix) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user