mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Formatting gruntfile correctly
This commit is contained in:
parent
d794301301
commit
72a28f7905
19
Gruntfile.js
19
Gruntfile.js
@ -1,10 +1,5 @@
|
|||||||
grunt.loadNpmTasks('grunt-contrib-connect');
|
module.exports = function(grunt) {
|
||||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
grunt.initConfig({
|
||||||
//grunt.loadNpmTasks('grunt-contrib-nodeunit');
|
|
||||||
grunt.loadNpmTasks('grunt-ghost');
|
|
||||||
|
|
||||||
grunt.registerTask('test', ['jshint', /*'nodeunit',*/ 'connect', 'ghost']);
|
|
||||||
|
|
||||||
jshint: {
|
jshint: {
|
||||||
/*options: {
|
/*options: {
|
||||||
jshintrc: '.jshintrc'
|
jshintrc: '.jshintrc'
|
||||||
@ -46,3 +41,13 @@ ghost: {
|
|||||||
printFilePaths: true
|
printFilePaths: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
grunt.loadNpmTasks('grunt-contrib-connect');
|
||||||
|
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||||
|
//grunt.loadNpmTasks('grunt-contrib-nodeunit');
|
||||||
|
grunt.loadNpmTasks('grunt-ghost');
|
||||||
|
|
||||||
|
grunt.registerTask('test', ['jshint', /*'nodeunit',*/ 'connect', 'ghost']);
|
||||||
|
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user