abandoned project
-
install scala plugin & some js plugins for syntax highlighting (dont remember which.....)
-
press import project and choose sbt project
-
wait until magic is done
-
add startup config like this
JVM Options:
-Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M -
enjoi
- install npm
- go to
client/folder - run cmd from this folder
- use following command:
npm install- install libraries, declared in package.jsonnpm run watch- start auto compile when files is changed. Compiled file will be placed inpublic/client.jsfolder where is can be accessed from Play framework.
app- Play application folderactors- actors packageassets- this folder can contain js/coffee/less files that uses play-framework js build system.controllersApplication.scala- main controllerApplication_isomorphic.scala- UNUSED. isomorphic rendering controllerSumController- from example.... im so lazy to delete it
viewsindex.scala.htmlmail.scala.htmlrequireJsConfig.scala.html- UNUSED. auto creating require js config for standart build system.
client- client js projectclient.js- main filepackage.json- librarieswebpack.***.js- building
confapplication.conf- play framework configsroutes- play framework routes
project- scala build configtarget- scala build outputbuild.sbt- scala build scriptprocfile- heroku config
