]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak banner of autogenerated CommonJS module
authorChris Rebert <code@rebertia.com>
Mon, 27 Oct 2014 22:20:55 +0000 (15:20 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 27 Oct 2014 22:20:55 +0000 (15:20 -0700)
grunt/bs-commonjs-generator.js

index e28900fb5e58532c5c95414e6cbff0558450d63f..b0642cd8f131f919e68b92fd6fc0da0c2324a054 100644 (file)
@@ -2,7 +2,7 @@
 var fs = require('fs');
 var path = require('path');
 
-var COMMONJS_BANNER = '// This file is generated. You can require() it in a CommonJS environment.\n';
+var COMMONJS_BANNER = '// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.\n';
 
 module.exports = function generateCommonJSModule(grunt, srcFiles, destFilepath) {
   var destDir = path.dirname(destFilepath);