1 Star 0 Fork 0

Gwenson/bootstrap-datetimepicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gruntfile.js 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
wgson 提交于 2017-01-18 11:33 . 2.4.3
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'])
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wgs123/bootstrap-datetimepicker.git
git@gitee.com:wgs123/bootstrap-datetimepicker.git
wgs123
bootstrap-datetimepicker
bootstrap-datetimepicker
master

搜索帮助