Skip to content

Commit

Permalink
Remove plato
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse authored and campersau committed Feb 26, 2020
1 parent 8350537 commit 4cbe2e9
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 4cbe2e9

Please sign in to comment.