mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
parent
28fa264c69
commit
99f2b07a11
148 changed files with 2691 additions and 2054 deletions
|
@ -27,7 +27,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
|
||||
bootstrap: {
|
||||
src : srcContent + 'Bootstrap/bootstrap.less',
|
||||
src : srcContent + 'bootstrap.less',
|
||||
dest: destContent + 'bootstrap.css'
|
||||
},
|
||||
general : {
|
||||
|
@ -118,7 +118,7 @@ module.exports = function (grunt) {
|
|||
requirejs: {
|
||||
compile:{
|
||||
options: {
|
||||
mainConfigFile: "src/UI/app.js",
|
||||
mainConfigFile: 'src/UI/app.js',
|
||||
fileExclusionRegExp: /^.*\.(?!js$)[^.]+$/,
|
||||
preserveLicenseComments: false,
|
||||
dir: outputDir,
|
||||
|
@ -139,11 +139,11 @@ module.exports = function (grunt) {
|
|||
nospawn: false
|
||||
},
|
||||
bootstrap : {
|
||||
files: [ srcContent + 'Bootstrap/**', srcContent + 'FontAwesome/**'],
|
||||
files: [ srcContent + 'Bootstrap/**', srcContent + 'FontAwesome/**', srcContent + 'bootstrap.less'],
|
||||
tasks: ['less:bootstrap','less:general']
|
||||
},
|
||||
generalLess: {
|
||||
files: [ srcRoot + '**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
|
||||
files: [ srcRoot + '**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**', '!' + srcContent + '/bootstrap.less'],
|
||||
tasks: ['less:general']
|
||||
},
|
||||
handlebars : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue