Sha256: 70a4a42793031d250fe9e4f0f0f29a4ccfb8eaede7dd18109501b7c742fd5653
Contents?: true
Size: 832 Bytes
Versions: 13
Compression:
Stored size: 832 Bytes
Contents
/** * Copyright 2014 Red Hat, Inc. * * This software is licensed to you under the GNU General Public * License as published by the Free Software Foundation; either version * 2 of the License (GPLv2) or (at your option) any later version. * There is NO WARRANTY for this software, express or implied, * including the implied warranties of MERCHANTABILITY, * NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should * have received a copy of GPLv2 along with this software; if not, see * http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. */ module.exports = function (grunt) { var bastion = require('./bastion.js'), jshint; bastion(grunt); jshint = grunt.config('jshint.all'); jshint.push('!app/assets/javascripts/bastion/i18n/*.js'); grunt.config.set('jshint.all', jshint); };
Version data entries
13 entries across 13 versions & 1 rubygems