Use regex to match start of task declaration#10
Open
xgvargas wants to merge 3 commits intototolicious:masterfrom
Open
Use regex to match start of task declaration#10xgvargas wants to merge 3 commits intototolicious:masterfrom
xgvargas wants to merge 3 commits intototolicious:masterfrom
Conversation
use regex to match start of task declaration.
e9fa137 to
ffb02d9
Compare
DoubleU23
suggested changes
Mar 17, 2017
DoubleU23
left a comment
There was a problem hiding this comment.
Message:
ENOENT: no such file or directory, open 'gulpfile.js'
Details:
errno: -2
code: ENOENT
syscall: open
path: gulpfile.js
Stack:
Error: ENOENT: no such file or directory, open 'gulpfile.js'
at Error (native)
at Object.fs.openSync (fs.js:584:18)
at Object.fs.readFileSync (fs.js:431:33)
at Gulp.<anonymous> (/var/www/htdocs/lib/tailored-react-env/node_modules/gulp-task-list/index.js:10:31)
at module.exports (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:214:10)
at Gulp.Orchestrator.start (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:134:8)
at runNextSet (/var/www/htdocs/lib/tailored-react-env/node_modules/run-sequence/index.js:86:16)
at runSequence (/var/www/htdocs/lib/tailored-react-env/node_modules/run-sequence/index.js:97:2)
at Gulp.<anonymous> (/var/www/htdocs/lib/tailored-react-env/gulp/index.js:22:28)
at module.exports (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:214:10)
at Gulp.Orchestrator.start (/var/www/htdocs/lib/tailored-react-env/node_modules/orchestrator/index.js:134:8)
at /usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:46:20
as i'm using gulpfile.babel.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix #3 and #8.