mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-05 13:47:33 +08:00
提交新项目
This commit is contained in:
25
jhboss/static/lib/bootstrap-datetimepicker/Gruntfile.js
Normal file
25
jhboss/static/lib/bootstrap-datetimepicker/Gruntfile.js
Normal file
@@ -0,0 +1,25 @@
|
||||
module.exports = (grunt) => {
|
||||
|
||||
require('load-grunt-tasks')(grunt)
|
||||
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
jshint: {
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
},
|
||||
all: {
|
||||
src: ['./js/bootstrap-datetimepicker.js']
|
||||
}
|
||||
},
|
||||
versioncheck: {
|
||||
target: {
|
||||
options: {
|
||||
hideUpToDate: true
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
grunt.registerTask('default', ['jshint', 'versioncheck'])
|
||||
}
|
||||
Reference in New Issue
Block a user