mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Added eslit and circle.yml
This commit is contained in:
@@ -50,6 +50,10 @@ module.exports = function(grunt) {
|
||||
watch: ['app/server']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
eslint: {
|
||||
src: ["app"]
|
||||
}
|
||||
|
||||
});
|
||||
@@ -58,6 +62,7 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-nodemon');
|
||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-contrib-eslint');
|
||||
|
||||
grunt.registerTask('build', ['browserify:pro', 'uglify']);
|
||||
grunt.registerTask('debug', ['browserify:dev']);
|
||||
|
||||
Reference in New Issue
Block a user