Delete libs from repo

This commit is contained in:
Tankred Hase 2016-06-14 20:25:47 +02:00
parent f33f45dde9
commit 615da99b77
2 changed files with 1 additions and 8 deletions

View File

@ -6,8 +6,7 @@ module.exports = function(grunt) {
jshint: { jshint: {
all: ['*.js', 'src/**/*.js', 'test/**/*.js'], all: ['*.js', 'src/**/*.js', 'test/**/*.js'],
options: { options: {
jshintrc: '.jshintrc', jshintrc: '.jshintrc'
ignores: ['src/static/js/*.min.js']
} }
}, },

File diff suppressed because one or more lines are too long