diff --git a/_posts/2014-03-04-using-environment-configuration-with-grunt.html b/_posts/2014-03-04-using-environment-configuration-with-grunt.html index 4b8adfd..5226151 100644 --- a/_posts/2014-03-04-using-environment-configuration-with-grunt.html +++ b/_posts/2014-03-04-using-environment-configuration-with-grunt.html @@ -43,8 +43,10 @@ wrap: '"use strict";\n\n <%= __ngModule %>', name: 'config', constants: { - ENV: 'production', - foo: 'We are in production!' + ENV: { + name: 'production', + foo: 'We are in production!' + } } }] },