chocolate_river_top_screen
v0.1.2
Published
1) Download and install: nodeJs(http://nodejs.org/) y git (at first time only)
Downloads
2
Readme
PROYECT DEPENDENCIES
- Download and install: nodeJs(http://nodejs.org/) y git (at first time only)
I recommend you to use chocolatey.
For that:
Install chocolatey packet manager: https://chocolatey.org/
Restart console, for refresh environment variables if it's necessary.
After that now you can install git and nodejs in this way:
choco install git
choco install nodejs
npm install
npm run build-debug
npm run build-dev
webpack --env=dev -w (WATCH MODE)
webpack -p (PRODUCTION)
if need it for typings on libs changes
typings install
for compile multi-lang on language folder
node .
TEST Different views JACKPOT, MEGACASH & PAYTABLE in webpack.dev.js set constant SHOW_VIEW = JACKPOT / MEGACASH / PAYTABLE; default set is JACKPOT view, when change constant is requiere to stop and run again
npm run build-dev
TIPS:
typescript code sheet
https://www.sitepen.com/blog/2013/12/31/typescript-cheat-sheet/
Install compass
download this file https://curl.haxx.se/ca/cacert.pem and locate in a path do you want.
and in a admin console set the file: set SSL_CERT_FILE=C:[path do you want]\cacert.pem.txt
OR
Follow this steps by installing Ruby first: http://compass-style.org/install/
Install "electron" global to export AnimateCC .fla in JS npm install [email protected] -g