Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escriptize based on configured apps only | Fred Hebert | 2016-06-26 | 1 | -5/+19 |
| | | | | | | | | | | | | Prior to this patch, the escriptize command flat out selected all declared dependencies. This patch instead looks at the app files and only includes the dependencies of the top level app and the extra ones, avoiding to package more apps than required. This required a version bump on cth_readable as it mistakenly included 'syntax_lib' instead of 'syntax_tools' as a dependency. | ||||
* | escript should append the ebin dirs to the code path not prepend | Tristan Sloughter | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | improve escriptize provider | Tristan Sloughter | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | keep all_deps list in state created for building deps | Tristan Sloughter | 2015-05-30 | 1 | -1/+2 |
| | |||||
* | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | improve erlydtl source and out dir discovery | Tristan Sloughter | 2015-04-19 | 1 | -25/+37 |
| | |||||
* | restructure escriptize provider so the error is properly returned | Tristan Sloughter | 2015-04-17 | 1 | -17/+17 |
| | |||||
* | Fixes #306: help text consistency | Fred Hebert | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | update erlydtl compiler to output to _build, add simple test | Tristan Sloughter | 2015-03-07 | 1 | -0/+1 |
| | |||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Add escriptize provider and a minimal test | Pierre Fenoll | 2015-03-06 | 1 | -0/+221 |