summaryrefslogtreecommitdiff
path: root/web-ui/Gruntfile.js
diff options
context:
space:
mode:
authorPatrick Maia <pixelated-team+patrick@thoughtworks.com>2014-08-08 17:51:33 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-08 17:51:33 -0300
commit97e762a0832593031ae71ab1e11d4c0e377a00f4 (patch)
tree213e835f4effbaf97f0922e5941065b1329d0501 /web-ui/Gruntfile.js
parentf22a6a32e901f52b2b3f2b3fd8625c43302ff001 (diff)
replaces Smail by Pixelated in all js files
Diffstat (limited to 'web-ui/Gruntfile.js')
-rw-r--r--web-ui/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/Gruntfile.js b/web-ui/Gruntfile.js
index 082d55e1..1ab0f80c 100644
--- a/web-ui/Gruntfile.js
+++ b/web-ui/Gruntfile.js
@@ -320,7 +320,7 @@ module.exports = function (grunt) {
handlebars: {
dist: {
options: {
- namespace: 'Smail'
+ namespace: 'Pixelated'
},
files: {
'<%= yeoman.dist %>/js/templates.js': '<%= yeoman.app %>/templates/**/*.hbs'
@@ -328,7 +328,7 @@ module.exports = function (grunt) {
},
dev: {
options: {
- namespace: 'Smail'
+ namespace: 'Pixelated'
},
files: {
'<%= yeoman.app %>/js/generated/hbs/templates.js': '<%= yeoman.app %>/templates/**/*.hbs'