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

Add watch command (instead build after each change) #150

Merged
merged 2 commits into from
Mar 5, 2020

Conversation

A-312
Copy link

@A-312 A-312 commented Feb 6, 2020

This change save some time during the dev, we can watch instead build after each change.

@A-312
Copy link
Author

A-312 commented Mar 2, 2020

@Ionaru This change is usefull to test our change when we make some change on the code. Whe don't have to write gulp build several time.

@Ionaru
Copy link
Owner

Ionaru commented Mar 4, 2020

Shouldn't it watch all the .js files in the src folder instead of just easymde.js?

@A-312
Copy link
Author

A-312 commented Mar 4, 2020

Shouldn't it watch all the .js files in the src folder instead of just easymde.js?

I thought that scripts function only work with this file.

@Ionaru
Copy link
Owner

Ionaru commented Mar 4, 2020

It does, but because it imports other files, those get included in the build.

@A-312
Copy link
Author

A-312 commented Mar 5, 2020

done

@Ionaru Ionaru merged commit 0306c9a into Ionaru:master Mar 5, 2020
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.

2 participants