From: Igor Lima Date: Tue, 19 Feb 2013 14:05:24 +0000 (-0300) Subject: import project metadata into the grunt config X-Git-Tag: 2.1.0~55^2~3^2^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9873af7c49db3e0cb6453c30a43b2c602ef9714;p=thirdparty%2Fmoment.git import project metadata into the grunt config --- diff --git a/Gruntfile.js b/Gruntfile.js index 292752a34..928556615 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -21,6 +21,7 @@ module.exports = function(grunt) { }); grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), concatlang : { langs: { src: ['lang/*.js'],