Skip to content

Commit

Permalink
fixing build process + make sure 'site' tests run on different port t…
Browse files Browse the repository at this point in the history
…han Alchemy tests
  • Loading branch information
huston committed Jul 26, 2014
1 parent ff9ce0c commit a1d7fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ module.exports = (grunt) ->
"concat:generated", "cssmin:buildAlchemy",
"uglify:buildAlchemy"]

releaseFlag = grunt.option('release', false)
releaseFlag = grunt.option('release')

grunt.registerTask "default",
if releaseFlag
Expand Down
2 changes: 1 addition & 1 deletion site/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = function(grunt) {
test: {
options: {
open: false,
port: 9001,
port: 9003,
middleware: function(connect) {
return [
connect.static('.tmp'),
Expand Down

0 comments on commit a1d7fa5

Please sign in to comment.