Refactored and linted editorapi image handling

This commit is contained in:
witzig 2017-06-20 18:57:35 +02:00
parent ac63e934ec
commit 3c4558d70c
5 changed files with 347 additions and 304 deletions

View file

@ -5,7 +5,7 @@ module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
eslint: {
all: ['lib/**/*.js', 'test/**/*.js', 'config/**/*.js', 'Gruntfile.js', 'app.js', 'index.js']
all: ['lib/**/*.js', 'test/**/*.js', 'config/**/*.js', 'Gruntfile.js', 'app.js', 'index.js', 'routes/editorapi.js']
},
nodeunit: {