summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js21
1 files changed, 12 insertions, 9 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 96569119..40061810 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,17 +8,16 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
builddir: '.',
- meta: {
- banner: '/**\n' +
- ' * <%= pkg.description %>\n' +
- ' * @version v<%= pkg.version %> - ' +
- '<%= grunt.template.today("yyyy-mm-dd") %>\n' +
- ' * @link <%= pkg.homepage %>\n' +
- ' * @license <%= pkg.license %>' + ' */'
- },
+ banner: '/*!\n' +
+ ' * <%= pkg.name %> v<%= pkg.version %>\n' +
+ ' * Homepage: <%= pkg.homepage %>\n' +
+ ' * Copyright 2012-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
+ ' * Licensed under <%= pkg.license %>\n' +
+ ' * Based on Bootstrap\n' +
+ '*/\n',
swatch: {
amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, flatly:{}, journal:{},
- readable:{}, simplex:{}, slate:{}, spacelab:{}, united:{}, yeti: {},
+ readable:{}, simplex:{}, slate:{}, spacelab:{}, united:{}, yeti:{},
custom:{}
},
clean: {
@@ -27,6 +26,10 @@ module.exports = function (grunt) {
}
},
concat: {
+ options: {
+ banner: '<%= banner %>',
+ stripBanners: false
+ },
dist: {
src: [],
dest: ''