Skip to content
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

Debugging Grunt/Gulp/etc #11

Closed
mattdesl opened this issue Jan 20, 2016 · 1 comment
Closed

Debugging Grunt/Gulp/etc #11

mattdesl opened this issue Jan 20, 2016 · 1 comment

Comments

@mattdesl
Copy link
Contributor

I haven't done much testing with Gulp/Grunt inside devtool, first is to figure out how the commands should look (i.e. handling process.argv nicely) and then any additional problems that might crop up, e.g. native addons.

Also see #10.

@mattdesl
Copy link
Contributor Author

Ok, just gave gulp and gulp-sass a quick run and things seem to be working nicely with devtool@1.2.1.

The -- option should be used to clear devtool options and ensure they don't conflict with gulp.

# same as running "gulp"
devtool node_modules/gulp/bin/gulp.js -c --

# same as running "gulp watch"
devtool node_modules/gulp/bin/gulp.js -c -- wach

Here a breakpoint is hit after changing a local SASS file with gulp watch.

screen shot 2016-01-20 at 1 03 15 pm

Will add to readme eventually.

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

No branches or pull requests

1 participant