-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Wolfr edited this page Aug 30, 2017
·
10 revisions
- Old:
.c-story(class= #{ variableExample ? '' : 'classname')
- New:
.c-story(class=variableExample?'':'classname')
- Download https://github.com/mono-company/bedrock/archive/master.zip
- Rename the folder to
your-project-name
. - Optionally set up a git repository for your project
The best way to upgrade a bedrock project is to install the bedrock-cli tool. See https://github.com/mono-company/bedrock-cli . Then, you can run bedrock upgrade
to upgrade your install to the latest version.