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 Babel to Auto-Build #20

Closed
alancleary opened this issue Sep 11, 2017 · 1 comment
Closed

Add Babel to Auto-Build #20

alancleary opened this issue Sep 11, 2017 · 1 comment
Assignees

Comments

@alancleary
Copy link
Contributor

Changes to files in the client are automatically detected, causing the build command to be rerun, which does things such as compile TypeScript files into JavaScript. Babel is currently not part of the build command, so although changes to the JavaScript files in the assets directory are detected, the files are not automatically transpiled and minified. This means the application is reloaded after changes occur, but the changes don't actually affect the application until the developer manually transpiles with Babel. Add Babel to the build command so this manual workflow is automated.

@alancleary
Copy link
Contributor Author

alancleary commented Oct 19, 2017

In commit 595ef69 the build process was moved to webpack. This deprecated our use of babel, leading to its removal in commit eb00650. Fortunately, the files that were previously being manually built with babel are now automatically built with webpack.

@alancleary alancleary self-assigned this Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant