22 Commits (51c3f0d77a63fceb3a86dfa99ea9fcdcf7ab0d77)

Author SHA1 Message Date
psychobunny e336188ccc admin/header.tpl use admin.css instead of stylesheet.css 11 years ago
Julian Lam 3e033043f3 on-demand reloading of client-side assets 11 years ago
Julian Lam 4d73a563c5 closed #1850 12 years ago
psychobunny 28dcb9e33d pair programming ftw 12 years ago
psychobunny a1815b41c7 I still don't know what I'm fixing, I'm just doing as @barisusakli says 12 years ago
psychobunny 7197f9b621 fixes... something, whatever it is @barisusakli 12 years ago
psychobunny f2bf9f9383 fixes for windows (flex) @julianlam 12 years ago
Julian Lam b0464ff912 fixed another hardcoded prefix value 12 years ago
Julian Lam b553d44107 plugin source mapping fix -- closes #1609 12 years ago
Julian Lam f8061e23ec source map support, first pass 12 years ago
Julian Lam 8c7b474e8b moved fontawesome CSS into stylesheet.css, and updating the js and css middlewares to compile at app start, not on first load 12 years ago
psychobunny 37840d35f0 missing variable - numCSS 12 years ago
psychobunny e84dd4fd94 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountedit.tpl
	public/templates/header.tpl
	src/routes/meta.js
	src/webserver.js
12 years ago
Julian Lam 90b29031fe backwards compatibility with older plugins using css with staticDir 12 years ago
Julian Lam 5880590425 removing "pluginCSS", "css" in plugins is now included directly into stylesheet.css. This is a breaking change.
fixes #1168
12 years ago
psychobunny 8f7a7fec7d more cleanup; commenting out custom plugin routes until its fixed properly 12 years ago
psychobunny c0cd6148f4 one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files 12 years ago
Julian Lam 4c2a6953f1 concatenating the client scripts, instead of compressing, in development mode 12 years ago
Julian Lam 14d7453a23 bundling socket.io client library into minfile, minfile always used from this point forward, even in development mode.
Development mode will not compress the scripts, but will just concatenate.
12 years ago
Julian Lam 3f7e458866 fixed #1127 12 years ago
Julian Lam 101a6ab812 minifying css 12 years ago
Julian Lam 12e3e45398 closed #1095 - js is now minified and saved to memory the first time it is requested (on prod mode), same with theme CSS 12 years ago