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

New watch task #22496

Merged
merged 3 commits into from Apr 29, 2017
Merged

New watch task #22496

merged 3 commits into from Apr 29, 2017

Conversation

mdo
Copy link
Member

@mdo mdo commented Apr 22, 2017

Adds an watch task to compile CSS while the local server is running. Likely need to expand to JS, or at least rename to watch-css if it only affects the CSS. To get the right output, I removed the docs/examples/ directory for the prefix task; it was rewriting all the example CSS and adding source maps for them (not needed).

@mdo mdo added this to the v4.0.0-beta milestone Apr 22, 2017
@mdo mdo requested a review from bardiharborow April 22, 2017 06:50
@mdo
Copy link
Member Author

mdo commented Apr 22, 2017

Hmm, seeing Sauce fail on the grunt task:

> bootstrap@4.0.0-alpha.6 js-test-cloud /home/travis/build/twbs/bootstrap
> ruby -run -ehttpd . -p3000 > /dev/null & grunt saucelabs-qunit
sh: 1: grunt: not found

@mdo mdo mentioned this pull request Apr 22, 2017
41 tasks
@Johann-S
Copy link
Member

Johann-S commented Apr 28, 2017

I added several commands

watch-css : which watch only css changes
watch-js: which watch only js changes
watch: which watch css and js changes

I hope it doesn't bother you I handled this @mdo 😟

@Johann-S Johann-S merged commit dbe8e55 into v4-dev Apr 29, 2017
@Johann-S Johann-S deleted the watch branch April 29, 2017 14:43
@mdo mdo mentioned this pull request Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants