Updated the built-in Node web server to deal with the modified blog structure

This commit is contained in:
Jeff Parsons 2016-01-06 18:00:50 -08:00
commit c21f361ca2
156 changed files with 293 additions and 233 deletions

View file

@ -24,7 +24,7 @@ kramdown:
pcjs:
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
version: 1.20.3 # IMPORTANT: keep pcjs.version in sync with package.json:version
version: 1.20.4 # IMPORTANT: keep pcjs.version in sync with package.json:version
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pc.js or pc-dbg.js)
pc_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
- /modules/shared/lib/defines.js