Closed bcamper closed 7 years ago
Tangram has not been buildable on Windows, mostly do to some small syntax issues (see #569).
This PR makes a couple adjustments that improves the experience. The following flows have been tested on Windows 10:
npm start
npm run build
Tangram has not been buildable on Windows, mostly do to some small syntax issues (see #569).
This PR makes a couple adjustments that improves the experience. The following flows have been tested on Windows 10:
npm start
) on PowerShell (in Windows and bash modes), Bash for Windows, and Git Bash.npm run build
) on PowerShell (bash mode only, relies on unix pipes/commands), Bash for Windows, and Git Bash.