]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add package.js in Grunt tasks.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 28 Apr 2015 07:15:32 +0000 (10:15 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 28 Apr 2015 08:03:37 +0000 (11:03 +0300)
Gruntfile.js
package.js

index ce218828e063204c03f6d41581125ec6bb0bf6bf..f6cae30e31f4b8c741b3e69dec9d415aa948b819 100644 (file)
@@ -63,7 +63,7 @@ module.exports = function (grunt) {
         options: {
           jshintrc: 'grunt/.jshintrc'
         },
-        src: ['Gruntfile.js', 'grunt/*.js']
+        src: ['Gruntfile.js', 'package.js', 'grunt/*.js']
       },
       core: {
         src: 'js/*.js'
index 2ec041b3a04aa3a4383d12e422402610b70942c8..48de34127a566a82ae2e3c22ce0999fa166d2bdf 100644 (file)
@@ -1,5 +1,8 @@
 // package metadata file for Meteor.js
 
+/* jshint strict:false */
+/* global Package:true */
+
 Package.describe({
   name: 'twbs:bootstrap',  // http://atmospherejs.com/twbs/bootstrap
   summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',