Skip to content

Commit

Permalink
Removed Prettify (didn't work)
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 25, 2014
1 parent 93e46e2 commit 4c3a432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
17 changes: 0 additions & 17 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function (grunt) {

grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-lintspaces');

grunt.loadTasks('./tasks');

Expand All @@ -26,22 +25,6 @@ module.exports = function (grunt) {
port: 8001
}
}
},

prettify: {
options: {
indent: 4,
indent_char: ' ',
brace_style: 'end-expand',
preserve_newlines: true
},
files: {
expand: true,
cwd: 'examples/',
ext: '.js',
src: ['*.js'],
dest: 'examples/pretty/'
}
}

});
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.3.3",
"lodash": "~2.2.1",
"grunt-text-replace": "~0.3.11",
"grunt-lintspaces": "~0.6.0",
"grunt-prettify": "~0.4.0"
"grunt-text-replace": "~0.3.11"
}
}

0 comments on commit 4c3a432

Please sign in to comment.