mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'JSHINT' and create module for 'load-config-grunt'
parent
ed7235e0e0
commit
46f087d3a0
|
@ -0,0 +1,18 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
},
|
||||
core: {
|
||||
src: 'dist/js/app.js'
|
||||
},
|
||||
demo: {
|
||||
src: 'dist/js/demo.js'
|
||||
},
|
||||
pages: {
|
||||
src: 'dist/js/pages/*.js'
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue