You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
change editor theme
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = function(grunt) {
|
||||
'node_modules/animate.css/source/bouncing_entrances/bounceInRight.css',
|
||||
'node_modules/animate.css/source/fading_exits/fadeOut.css',
|
||||
'node_modules/codemirror/lib/codemirror.css',
|
||||
'node_modules/codemirror/theme/mdn-like.css',
|
||||
'node_modules/codemirror/theme/ttcn.css',
|
||||
'temp/css/**/*.css'
|
||||
],
|
||||
dest: 'temp/css/main.css',
|
||||
@@ -97,4 +97,4 @@ module.exports = function(grunt) {
|
||||
});
|
||||
|
||||
grunt.registerTask('default', ['copy', 'sass', 'concat', 'cssmin', 'uglify']);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user