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

Version Path
bastion-0.1.12 Gruntfile.js
bastion-0.1.11 Gruntfile.js
bastion-0.1.10 Gruntfile.js
bastion-0.1.9 Gruntfile.js
bastion-0.1.8 Gruntfile.js
bastion-0.1.7 Gruntfile.js
bastion-0.1.6 Gruntfile.js
bastion-0.1.5 Gruntfile.js
bastion-0.1.4 Gruntfile.js
bastion-0.1.3 Gruntfile.js
bastion-0.1.2 Gruntfile.js
bastion-0.1.1 Gruntfile.js
bastion-0.1.0 Gruntfile.js