1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

remove release task

This commit is contained in:
ido 2015-01-22 16:54:00 +02:00
parent eb2a958ddb
commit 47a4b3216a

View File

@ -98,7 +98,7 @@ module.exports = function (grunt) {
return eval(require('fs').readFileSync(file).toString());
}
grunt.task.loadTasks('./internalTasks');
//grunt.task.loadTasks('./internalTasks');
grunt.loadNpmTasks('grunt-browserify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-requirejs');