From 46660c5c6b42b81d195c2f56bf7e153cb01588cd Mon Sep 17 00:00:00 2001 From: "guobao.jiang" Date: Sun, 25 Oct 2015 10:02:37 +0800 Subject: [PATCH] update grunt files --- Gruntfile.coffee | 3 --- README.md | 2 +- src/main/webapp/WEB-INF/web.xml | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 64dec0d..3afcdcc 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -66,9 +66,6 @@ module.exports = (grunt) -> date = grunt.template.date(new Date(), 'yyyy-mm-dd'); grunt.file.write("README.md", content + "\n" + date) - grunt.registerTask 'ui', 'install semantic ui to web', () -> - grunt.file.copy('node_modules/semantic-ui/dist', 'src/main/webapp/ui/semantic-ui/') - grunt.registerTask 'default', ['preBuild', 'build', 'postBuild'] grunt.registerTask 'build', ['copy','coffee', 'compass', 'uglify', 'cssmin'] grunt.registerTask 'test', ['coffee'] diff --git a/README.md b/README.md index d371770..edc2865 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ CREATE TABLE `appkit_demo` ( 2015-03-15 ## 最近更新时间 -2015-10-15 +2015-10-25 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 23f2829..2c8d404 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -27,6 +27,8 @@ /jquery/* /chosen/* /files/* + /ui/* + /assets/*