mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* tgui-next: Low level stuff - More robust cache reloader, support WSL pathing - Add a way to only reload the cache once without launching a full dev server Throw a warning when using lowecase onclick on Button Improve logging, add loader to inline svgs - Logger can now handle circular references; - Logger will not truncate long objects. Typo, rebase, rebuild Support --debug flag on dev server, improve logging Lots of cosmetic and other changes - Add support for Babel macros - Implement a "multiline" macro for creating long multiline strings - Rename interfaces to better match the component naming convention - LabeledList.Divider size is 2 by default - Sort routes by name - Remove package-lock.json files on --clean - Catch weird JSON parsing errors for better debuggability Ignore sourcemaps Clarify what that multiline function is Try this travis fix Bump NodeJS version to 12.x Add a stub to make multiline usable as a template tag - Just in case we will need to remove macros and have it still working. Document debug flag in README Fix LabeledList.Divider, reduce expensive SCSS calls Separate dev and production builds so that they never overwrite each other Run linter as a part of the production build Rebuild tgui Add react eslint plugin, massive jsx cleanup * Mint janitor * Optimization of tgui initialization path - Call browse with titlebar and resize flags disabled * Fix backend reducer * Rebuild, fix linter errors
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
node_modules
|
|
*.log
|
|
package-lock.json
|
|
|
|
/packages/tgui/public/.tmp/**/*
|
|
/packages/tgui/public/**/*.hot-update.*
|
|
/packages/tgui/public/**/*.map
|