Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
bf23550d9e7ebf288c3400ff55ce46c2e1e5dcbd
/
webpack.config.js
7fd8fb7
Fix bad require path
by RabsRincon
· 6 years ago
b89d10e
Set solid bases for cookie and privacy control
by RabsRincon
· 6 years ago
d5222ce
Tweak dropdown social sharing css
by RabsRincon
· 6 years ago
284897e
Move back to actual real ICOs for favicon
by Matt Godbolt
· 7 years ago
fc72053
Import new logo and change CSS etc to use it
by Matt Godbolt
· 7 years ago
7b14f37
Adding in a webpack args command line arugment, use this to pass -p for prod builds as this seems to be the right thing to do according to docs. Just some general white space clean up in the webpack config file
by jaredwy
· 7 years ago
8720896
Adding in uglify for our last push to prod
by jaredwy
· 7 years ago
b647cc0
Using the html loader instead of copying the files in
by jaredwy
· 7 years ago
38ad394
Move the html pages into the dist bundle, so they get served. I hope
by jaredwy
· 7 years ago
9372ad9
Instead of dynamically adding a path, serve everything from relative this requires a change to the extract text plugin or you end up with dist/dist requested
by jaredwy
· 7 years ago
e16e8e9
Removing the publicPath and setting it inside base-path to get beta working
by jaredwy
· 7 years ago
5bf7e6b
Address PR reviews
by RabsRincon
· 7 years ago
bdf7358
moving things about to get the makefile working with travis-dist mostly just copying the vs folder in so it can load from the static dir, and then getting the faveicon copied into the dist folder so we can serve everything from in there
by jaredwy
· 7 years ago
4fe764a
Dev mode back up and running
by jaredwy
· 7 years ago
4db0746
faking a require in pug for now, until we can refactor enough to run webpack over our pug files
by jaredwy
· 7 years ago
796e023
WIP
by jaredwy
· 7 years ago
8be70d1
Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier
by jaredwy
· 7 years ago
06827d3
Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually
by jaredwy
· 7 years ago
1fb351b
Adding a path to the right vs
by jaredwy
· 7 years ago
094e223
moving vs into the static directory instead of the main directory
by jaredwy
· 7 years ago
70556a6
first pass at using webpack/yarn rather than bower and require.js
by jaredwy
· 7 years ago