Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Commit

Permalink
Stop jsbeautifier from beautifying in the node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jakechampion committed Aug 14, 2013
1 parent d72a633 commit 0c0a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -8,7 +8,7 @@ module.exports = function(grunt) {
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + '<%= grunt.template.today("yyyy-mm-dd") %>\n' + '<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' + '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' + ' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */\n',
// Task configuration.
jsbeautifier: {
files: ["**/*.js"],
files: ["./Orchestra/**/*.js", "./Sketchbots/**/*.js"],
options: {
"js": {
"brace_style": "collapse",
Expand Down

0 comments on commit 0c0a1a5

Please sign in to comment.