-
Notifications
You must be signed in to change notification settings - Fork 123
Deploying Amber
hhzl edited this page Oct 14, 2014
·
13 revisions
More info about version 0.13 at
amber init
creates creates among a lot of other files a Gruntfile.js (http://gruntjs.com/).
With
grunt deploy
on the command line
your JavaScript file called the.js
is changed to contain everything which is needed for deployment.
This means for deployment you only need
index.html and the.js
to put in the target directory.
the.js
contains only JavaScript. No Smalltalk sources.
With
grunt develop
you switch back to development mode. You get a short version of the.js