barisusakli
|
61863a69fe
|
sendfile is deprecated
|
11 years ago |
psychobunny
|
8de978fbcf
|
lmao, wtf?
my brain just exploded trying to figure out what this is doing here
|
11 years ago |
psychobunny
|
1b2ccda40b
|
closes #2231; see #2218
|
11 years ago |
Julian Lam
|
632fb3a618
|
closed #2184
|
11 years ago |
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
|
11 years ago |
psychobunny
|
28dcb9e33d
|
pair programming ftw
|
11 years ago |
psychobunny
|
a1815b41c7
|
I still don't know what I'm fixing, I'm just doing as @barisusakli says
|
11 years ago |
psychobunny
|
7197f9b621
|
fixes... something, whatever it is @barisusakli
|
11 years ago |
psychobunny
|
f2bf9f9383
|
fixes for windows (flex) @julianlam
|
11 years ago |
Julian Lam
|
b0464ff912
|
fixed another hardcoded prefix value
|
11 years ago |
Julian Lam
|
b553d44107
|
plugin source mapping fix -- closes #1609
|
11 years ago |
Julian Lam
|
f8061e23ec
|
source map support, first pass
|
11 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
|
11 years ago |
psychobunny
|
37840d35f0
|
missing variable - numCSS
|
11 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
|
11 years ago |
Julian Lam
|
90b29031fe
|
backwards compatibility with older plugins using css with staticDir
|
11 years ago |
Julian Lam
|
5880590425
|
removing "pluginCSS", "css" in plugins is now included directly into stylesheet.css. This is a breaking change.
fixes #1168
|
11 years ago |
psychobunny
|
8f7a7fec7d
|
more cleanup; commenting out custom plugin routes until its fixed properly
|
11 years ago |
psychobunny
|
c0cd6148f4
|
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
|
11 years ago |
Julian Lam
|
4c2a6953f1
|
concatenating the client scripts, instead of compressing, in development mode
|
11 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.
|
11 years ago |
Julian Lam
|
3f7e458866
|
fixed #1127
|
11 years ago |
Julian Lam
|
101a6ab812
|
minifying css
|
11 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
|
11 years ago |