You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2022. It is now read-only.
watches for file changes (grunt-contrib-watch ), then
cleans (grunt-contrib-clean) and transpiles (grunt-babel) the source files to the dist folder, then
syncs (grunt-sync) the dist folder to the 2 WAB destination folders.
We will need to build equivalent workflow using terminal commands that are all cross-platform (Probably use https://www.npmjs.com/package/cross-env or an equivalent?)
Ideally this process will make the build/copy process FASTER and more resilient too to close #95.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Creating a new issue for #77 (comment) since #80 is working w/ grunt and there's no need make the switch to npm scripts at this time.
Let's carry on the npm scripts conversation over here.
The text was updated successfully, but these errors were encountered: