discourse/bin
Sam 307cb1d114
DEV: add helper script to run ember cli (#12005)
This little helper script allows for easy ember cli development.

To see the options run `bin/ember-cli -h`

It allows you to proxy try.discourse.org with the `bin/ember-cli --try`
switch, which effectively allows for some development without a rails installed.

It passes on arguments to ember-cli so you can customize port and so on.

It makes the assumption that on local people are using `bin/unicorn` for
development. (it includes some extra discourse specific helpers)
2021-02-09 16:33:14 +11:00
..
docker DEV: support for relative symlinks for plugins in docker dev (#10955) 2020-10-21 09:39:53 +11:00
bundle DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
ember-cli DEV: add helper script to run ember cli (#12005) 2021-02-09 16:33:14 +11:00
notify_file_change FIX: `notify_file_change` was outputting a command to vim 2020-12-10 10:03:57 -05:00
rails DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rake DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rspec DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
turbo_rspec DEV: support --fail-fast in bin/turbo_rspec (#8170) 2019-10-09 09:40:06 -05:00
unicorn DEV: require fileutils gem on boot (#11542) 2020-12-21 16:31:06 +11:00