mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
¯\_(ツ)_/¯ no idea why this doesn’t seem to matter
Too sleepy to investigate it right now
This commit is contained in:
parent
297034c037
commit
3161420eb3
|
@ -21,14 +21,13 @@ elixir(function(mix) {
|
|||
mix.less(
|
||||
[
|
||||
'app.less',
|
||||
'fontawesome-animated.css',
|
||||
bowerPath + '/iCheck/skins/minimal/*',
|
||||
'AdminLTE.less',
|
||||
'skins/skin-blue.less',
|
||||
'overrides.less'
|
||||
], 'public/assets/css/')
|
||||
.copy(bowerPath + '/bootstrap-less/assets/fonts/bootstrap/**', 'public/assets/fonts')
|
||||
.copy(bowerPath + '/font-awesome/fonts/*', 'public/assets/fonts');
|
||||
.copy(bowerPath + '/font-awesome/fonts/*', 'public/build/fonts');
|
||||
|
||||
|
||||
|
||||
|
|
34921
public/assets/js/all.js
34921
public/assets/js/all.js
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"assets/css/app.css": "assets/css/app-20fdbc86e7.css",
|
||||
"assets/js/all.js": "assets/js/all-b5250d9fda.js"
|
||||
"assets/css/app.css": "assets/css/app-68b995f614.css",
|
||||
"assets/js/all.js": "assets/js/all-93b23559b9.js"
|
||||
}
|
Loading…
Reference in a new issue