mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
fixed some namespaces
This commit is contained in:
parent
25e2c98c45
commit
bb518ca19b
10 changed files with 12 additions and 4 deletions
|
@ -52,9 +52,10 @@ module.exports = function (grunt) {
|
|||
|
||||
options:{
|
||||
dumpLineNumbers : 'false',
|
||||
compress : false,
|
||||
compress : true,
|
||||
yuicompress : false,
|
||||
ieCompat : false
|
||||
ieCompat : true,
|
||||
strictImports : true
|
||||
},
|
||||
|
||||
bootstrap: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue