From 6fe49d06ac173eb6543df908b9244e67bc9ad4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 16 Mar 2015 13:06:56 +0100 Subject: [PATCH] Scuse my english --- Gruntfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9525960..6ac1185 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -156,7 +156,7 @@ module.exports = function(grunt) { dev: { NODE_ENV: 'development' }, - builded: { + built: { NODE_ENV: 'production' } }, @@ -169,7 +169,7 @@ module.exports = function(grunt) { showStack: true } }, - builded: { + built: { options: { port: 8383, server: './bin/server.js', @@ -323,9 +323,9 @@ module.exports = function(grunt) { 'express:dev' ]); - grunt.registerTask('builded', [ - 'env:builded', - 'express:builded' + grunt.registerTask('built', [ + 'env:built', + 'express:built' ]); grunt.registerTask('test', [