forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Matchu
024041e591
Rails already creates little pre-gzipped `.gz` copies of all our assets in the `public/assets` directory when we build. This configures nginx to send those when available! We weren't doing *any* gzip stuff before, so this helps a lot with those bigger JS files, like the `wardrobe-2020` stuff. It's now at ~.5MB with compression, which is still a bit big, but nowhere near as offensive as the 4.5MB pre-anything, or 1.5MB post-minification, lol. |
||
---|---|---|
.vscode | ||
app | ||
bin | ||
config | ||
db | ||
deploy | ||
doc | ||
lib | ||
public | ||
script | ||
spec | ||
test | ||
tmp | ||
vendor | ||
.gitignore | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
package.json | ||
Procfile.dev | ||
Rakefile | ||
README | ||
yarn.lock |
An extension of Dress to Impress (PHP) that runs on Ruby on Rails. I wanted to use Rails initially for Impress, but hoped that using PHP would allow me to attract more developers. Looks like that wasn't the case, so I just went with what I loved and made the items database in Rails. Future Impress sections will likely find themselves in this project, rather than the PHP project.