Skip to content

Commit

Permalink
修改构建工具改用外部源
Browse files Browse the repository at this point in the history
  • Loading branch information
civerzhu authored and lovekidan committed Sep 6, 2017
1 parent 821d831 commit 2d783b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-nodejs/assets/build/gulpfile.js
Expand Up @@ -29,7 +29,7 @@ let paths = projectConfig.build;


/**----------ejs2js--------------**/
let ejs2js = require('@tencent/gulp-ejs2js');
let ejs2js = require('gulp-ejs2js');
gulp.task("ejs2js", function (callback) {
console.info('执行ejs2js');
buildEjs2js(paths.ejs2js + '/**/*.ejs', paths.ejs2js, callback);
Expand Down

0 comments on commit 2d783b6

Please sign in to comment.