Skip to content

Commit

Permalink
Merge pull request #1285 from Hirse/remove-plato
Browse files Browse the repository at this point in the history
Remove grunt-plato
  • Loading branch information
campersau authored Feb 26, 2020
2 parents 8350537 + 4cbe2e9 commit 4147fd0
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 1,175 deletions.
10 changes: 0 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ module.exports = (grunt) => {
}
},

// Plato code analysis
plato: {
all: {
files: {
'report': ['source/**/*.js', 'public/source/**/*.js'],
}
},
},

// Minify images (basically just lossless compression)
imagemin: {
default: {
Expand Down Expand Up @@ -423,7 +414,6 @@ module.exports = (grunt) => {
grunt.loadNpmTasks('grunt-lineending');
grunt.loadNpmTasks('grunt-release');
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-plato');
grunt.loadNpmTasks('grunt-contrib-imagemin');
grunt.loadNpmTasks('grunt-image-embed');
grunt.loadNpmTasks('grunt-contrib-jshint');
Expand Down
Loading

0 comments on commit 4147fd0

Please sign in to comment.