From f02b9a82e19c0f4692fffcf2af32b122e4d968ec Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 9 Dec 2013 01:24:48 +0400 Subject: [PATCH] It's not gonna change --- Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 999e598..e3146a5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,15 +1,14 @@ module.exports = function(grunt) { grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), uglify: { options: { 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' }, build: { - src: '<%= pkg.name %>.js', - dest: '<%= pkg.name %>.min.js' + src: 'shower.js', + dest: 'shower.min.js' } }, dalek: {