It's not gonna change
This commit is contained in:
parent
a201a3dc0d
commit
f02b9a82e1
|
@ -1,15 +1,14 @@
|
||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
|
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
|
||||||
uglify: {
|
uglify: {
|
||||||
options: {
|
options: {
|
||||||
mangle: true,
|
mangle: true,
|
||||||
banner: '/**\n * Shower HTML presentation engine: github.com/shower/shower\n * @copyright 2010–<%= grunt.template.today("yyyy") %> Vadim Makeev, pepelsbey.net\n * @license MIT license: github.com/shower/shower/wiki/MIT-License\n */\n'
|
banner: '/**\n * Shower HTML presentation engine: github.com/shower/shower\n * @copyright 2010–<%= grunt.template.today("yyyy") %> Vadim Makeev, pepelsbey.net\n * @license MIT license: github.com/shower/shower/wiki/MIT-License\n */\n'
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
src: '<%= pkg.name %>.js',
|
src: 'shower.js',
|
||||||
dest: '<%= pkg.name %>.min.js'
|
dest: 'shower.min.js'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dalek: {
|
dalek: {
|
||||||
|
|
Loading…
Reference in New Issue