Fix let-bug in Resources.unref() caught by ES6 (another was fixed previously)
[jst_server.git] / package.json
2022-01-25 Nick DowningRemove unneeded dependencies
2022-01-25 Nick DowningChange to ES6 modules
2022-01-12 Nick DowningImplement Sass CSS preprocessor
2021-11-01 Nick DowningStart to make menu structure hierarchical via _menu...
2019-01-19 Nick DowningFix minor typos to get Olly's website working again
2018-12-04 Nick DowningRename Server.roots to Server.site_roots, make each...
2018-12-04 Nick DowningChange _config/server.jst to return a pure JSON object...
2018-12-02 Nick DowningUse 'once' argument from build_cache.git commit 1cc703b...
2018-11-20 Nick DowningChange JSONCache to JSONCacheRW, change internal_get_js...
2018-11-20 Nick DowningChange all the SiteRoot.internal_get_XXX() to XXXCache...
2018-11-18 Nick DowningUse @ndcode/html-minifier not html-minifier, request...
2018-11-18 Nick DowningComment out emailjs/zettair stuff, it will move to...
2018-11-18 Nick DowningUse the published @ndcode/zettair module, bump version...
2018-11-18 Nick DowningProvide get_html_min() similar to get_js_min() and...
2018-11-18 Nick DowningProvide get_svg_min() similar to get_js_min() and frien...
2018-11-17 Nick DowningUse @ndcode/disk_build to reduce startup time by cachin...
2018-11-17 Nick DowningChange to @ndcode/clean-css, add printout of clean...
2018-11-17 Nick DowningAdd *.css.min support similar to the *.js.min support...
2018-11-17 Nick DowningAdd automatic uglification of *.js.min files (they...
2018-11-16 Nick DowningUpdate to jst.git commit e365ffe, rationalize pathname...
2018-11-16 Nick DowningChange SiteRootConfig to SiteDefault, renew localhost...
2018-11-11 Nick DowningUse the published @ndcode/build_cache, @ndcode/json_cac...
2018-10-21 Nick DowningAdd socket.io support, create installable package
2018-10-20 Nick DowningMove the get_XXX() routines, and the new open_json...
2018-10-20 Nick DowningImplement Site object, which can be extended by a site_...
2018-10-15 Nick DowningSwitch to acorn-based JS templates with classes, ids...
2018-10-14 Nick DowningRename package ndserver(.js) to jst_server(.js), *...
2018-10-09 Nick DowningRename jstemplate to js_template
2018-10-09 Nick DowningGet contact form email working
2018-10-09 Nick DowningMake analytics.js use json_cache, add analytics diagnos...
2018-10-08 Nick DowningAdd cookies and session tracking
2018-10-07 Nick DowningAdd favicons.zip handling
2018-10-07 Nick DowningGet indexing and search working
2018-10-07 Nick DowningAdd caching of the compiled js templates
2018-10-06 Nick DowningAdd jstemplate and less rendering ability
2018-10-06 Nick DowningInitial commit: a basic HTTP/HTTPS server, localhost...