Skip to content

Commit

Permalink
添加getJSONP用例
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed May 13, 2014
1 parent dde1dd4 commit f13e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ module.exports = function (grunt) {

grunt.registerTask('default', 'UEditor build', function () {

var tasks = [ 'concat', /*'cssmin', 'closurecompiler', */'copy:base', 'copy:' + server, 'copy:demo', 'replace:demo', 'clean' ];
var tasks = [ 'concat', 'cssmin', 'closurecompiler', 'copy:base', 'copy:' + server, 'copy:demo', 'replace:demo', 'clean' ];

if (encode === 'gbk') {
tasks.push('replace:fileEncode');
Expand Down

0 comments on commit f13e0c5

Please sign in to comment.