Skip to content

Commit

Permalink
minor Grunt tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Jul 6, 2013
1 parent 65f385b commit e223511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -12,9 +12,8 @@ module.exports = function (grunt) {
var distDir = 'js/dist/';
var jsFile = 'app.min.js';
// ====================
// ====================

// Project configuration.
// Project configuration
grunt.initConfig({
pkg: require('./package'),

@@ -96,6 +95,7 @@ module.exports = function (grunt) {
],
tasks: ['uglify']
},

livereload: {
options: { livereload: true },
files: [

0 comments on commit e223511

Please sign in to comment.