Skip to content

Use regex to match start of task declaration #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xgvargas
Copy link

This should fix #3 and #8.

use regex to match start of task declaration.
@zeachco zeachco force-pushed the master branch 12 times, most recently from e9fa137 to ffb02d9 Compare December 16, 2016 19:46
Copy link

@DoubleU23 DoubleU23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comments do not appear for gulp tasks with no callback function
2 participants