Skip to content

Commit

Permalink
Merge pull request #382 from phuonghuynh/master
Browse files Browse the repository at this point in the history
Disable Minify mode for Staging and Production
  • Loading branch information
phuonghuynh committed Aug 27, 2015
2 parents b525203 + f770031 commit 5a0d965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<id>staging</id>
<properties>
<env>staging</env>
<grunt.task>build</grunt.task>
<grunt.task>local</grunt.task>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -378,7 +378,7 @@
<id>production</id>
<properties>
<env>production</env>
<grunt.task>build</grunt.task>
<grunt.task>local</grunt.task>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 5a0d965

Please sign in to comment.