aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add IntelliJ IDEA project generator pluginprassee2017-04-051-0/+2
|
* Add Scalatex pluginChristopher Vogt2017-04-021-0/+1
|
* ScalaPB pluginChristopher Vogt2017-03-241-0/+1
|
* Replace dependencies feature for conflict resolutionChristopher Vogt2017-03-171-0/+1
|
* revamp loop featureChristopher Vogt2017-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | | now CBT and builds pass their file names to the current build via the context. The build then simply blocks until any file changes. Then it returns with a special exit code, which the bash script picks up and restarts CBT. Thats works well for looping over project files. It works less well for looping over builds and CBT itself. For this a build has to success once, so that the .cbt-loop.tmp file exists. Then looping works for cbt and builds, but the file list is not updated in case of compile errors, etc. Fixes - https://github.com/cvogt/cbt/issues/406 - https://github.com/cvogt/cbt/issues/405 - https://github.com/cvogt/cbt/issues/202 - https://github.com/cvogt/cbt/issues/50 - https://github.com/cvogt/cbt/issues/22 We should improve for 1.0 in https://github.com/cvogt/cbt/issues/419 to handle looping over build files and cbt itself smarter.
* fix / cleanup scalajs pluginChristopher Vogt2017-02-271-0/+1
| | | | | | - create target directory if not existent - remove dead code wrt modes - default path for generated .js file
* Add small and simple scala js exampleChristopher Vogt2017-02-221-0/+1
|
* ignore new dotty generated docs directory. should move this to targetChristopher Vogt2017-02-131-0/+1
|
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-0/+3
|
* Making scalatest plugin work + example build folder with scalatest sample buildKatrin Shechtman2016-05-261-0/+2
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+9