Use this repository to make changes to ember-junction blueprint. Always build new Junction for making changes. After making changes, follow steps to publish ember-junction blueprint to npmjs.com
chmod +x ./install/app.sh; bash ./install/app.sh;
chmod +x ./install/publish.sh; bash ./install/publish.sh;
wget https://raw.githubusercontent.com/tribe-framework/flame-junction-src/master/install/build.sh; chmod +x build.sh; bash ./build.sh;
- Then fill in the .env file with Tribe credentials.
- Test and validate the changes by using instructions in "To re-build latest Junction".
- Make sure, after testing,