We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fc6d0 commit ad81702Copy full SHA for ad81702
grunt/exec.coffee
@@ -1,9 +1,9 @@
1
module.exports = (grunt) ->
2
grunt.config 'exec',
3
crawl:
4
- cmd: 'phantomjs crawler.coffee http://localhost:<%= express.all.options.port %>/ build/ 3000 "docs|test"'
+ cmd: 'phantomjs crawler.coffee http://localhost:<%= express.all.options.port %>/ build/ 8000 "docs|test"'
5
e2e:
6
cmd: 'protractor test/e2e/protractor.js'
7
stdout: !process.env.TRAVIS
8
9
- grunt.loadNpmTasks 'grunt-exec'
+ grunt.loadNpmTasks 'grunt-exec'
0 commit comments