Thibaut Girka 2df72d0697 Fix building assets in test environment
Webpacker (Ruby wrapper to webpack) uses RAILS_ENV-based environments while
the javascript configuration for webpack re-reads this configuration file using
the NODE_ENV environment variable. This means that when RAILS_ENV=test, running
“assets:precompile” compiled the production packs in “public/packs” while
webpacker expects them in “public/packs-test”. This causes Ruby to recompile
them on-the-fly, possibly leading to race conditions in parallel_tests.

This changes:
- Disables on-the-fly compilation in test environment
- Changes the javascript part to read the correct environment
2018-09-13 15:32:02 +02:00
2018-09-11 22:04:06 +02:00
2018-09-07 05:42:54 +02:00
2018-03-06 21:59:35 +01:00
2018-06-04 14:49:10 +02:00
2018-04-21 21:36:22 +02:00
2017-12-03 23:26:40 -08:00
2017-07-27 22:30:27 +02:00
2017-07-27 22:30:27 +02:00
2017-11-17 19:29:17 -08:00
2018-09-07 20:37:17 +02:00
2018-06-26 20:34:12 +02:00
2018-03-12 03:50:40 +01:00
2018-09-07 20:37:17 +02:00

Mastodon Glitch Edition

Now with automated deploys!

Build Status

So here's the deal: we all work on this code, and then it runs on dev.glitch.social and anyone who uses that does so absolutely at their own risk. can you dig it?

Description
Custom front end for Mastodon
Readme 222 MiB
Languages
Ruby 40.4%
JavaScript 39.5%
SCSS 15.9%
Haml 3.9%
HTML 0.1%