pub-server 2.9.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2015-2020 Jürgen Leschner -- github.com/jldec
3
+ Copyright (c) 2015-2022 Jürgen Leschner -- github.com/jldec
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/bin/_pub.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  /*
4
4
  * pub command script
5
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
5
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
6
6
  */
7
7
 
8
8
  var pkg = require('../package.json');
@@ -5,7 +5,7 @@
5
5
  * served at /pub/_generator.js by serve-scripts.js
6
6
  * depends on jquery
7
7
  *
8
- * copyright 2015, Jürgen Leschner - github.com/jldec - MIT license
8
+ * Copyright (c) 2015-2022, Jürgen Leschner - github.com/jldec - MIT license
9
9
  */
10
10
 
11
11
  /* global $ */
@@ -7,7 +7,7 @@
7
7
  * possibly by directing browser to gatekeeper for auth roundabout
8
8
  * TODO: implement a mechanism to force re-authentication (logout gatekeeper)
9
9
  *
10
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
10
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
11
11
  */
12
12
 
13
13
  /* global $ */
@@ -4,7 +4,7 @@
4
4
  * connect/disconnect socket.io
5
5
  *
6
6
  * TODO: consolidate with socket.io script
7
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
7
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
8
8
  */
9
9
 
10
10
  /* global io */
package/client/pub-ux.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * pub-ux.js
3
3
  * browserify entry point for legacy pub-pkg-editor
4
4
  *
5
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
5
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
6
6
  */
7
7
 
8
8
  /* global $ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pub-server",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "markdown site generator, web server, and editor",
5
5
  "main": "server.js",
6
6
  "preferGlobal": true,
@@ -8,41 +8,41 @@
8
8
  "pub": "./bin/pub.js"
9
9
  },
10
10
  "dependencies": {
11
- "asyncbuilder": "^1.0.9",
12
- "body-parser": "^1.19.0",
11
+ "asyncbuilder": "^1.0.10",
12
+ "body-parser": "^1.19.1",
13
13
  "browserify": "^17.0.0",
14
- "chokidar": "^3.5.2",
14
+ "chokidar": "^3.5.3",
15
15
  "commander": "^2.20.0",
16
16
  "compression": "^1.7.4",
17
- "debug": "^4.3.2",
18
- "express": "^4.17.1",
17
+ "debug": "^4.3.3",
18
+ "express": "^4.17.2",
19
19
  "fs-extra": "^10.0.0",
20
- "mime": "^2.5.2",
21
- "pub-generator": "^4.3.0",
22
- "pub-pkg-editor": "^2.0.3",
23
- "pub-pkg-font-awesome": "^3.0.4",
20
+ "mime": "^3.0.0",
21
+ "pub-generator": "^4.3.2",
22
+ "pub-pkg-editor": "^2.0.4",
23
+ "pub-pkg-font-awesome": "^3.0.5",
24
24
  "pub-pkg-font-open-sans": "^1.5.1",
25
- "pub-pkg-google-oauth": "^2.1.0",
26
- "pub-pkg-highlight": "^9.18.1",
25
+ "pub-pkg-google-oauth": "^2.1.2",
26
+ "pub-pkg-highlight": "^11.4.0",
27
27
  "pub-pkg-jquery": "^1.12.4",
28
- "pub-pkg-prism": "^2.0.4",
29
- "pub-pkg-seo": "^1.2.1",
30
- "pub-resolve-opts": "^1.9.3",
31
- "pub-serve-sessions": "^1.3.0",
32
- "pub-src-fs": "^2.1.2",
33
- "pub-src-github": "^1.3.14",
34
- "pub-src-http": "^1.1.4",
35
- "pub-src-redis": "^2.1.0",
36
- "pub-theme-doc": "^1.1.14",
37
- "pub-util": "^3.2.0",
38
- "send": "^0.17.1",
39
- "socket.io": "^4.2.0",
28
+ "pub-pkg-prism": "^2.0.5",
29
+ "pub-pkg-seo": "^1.2.2",
30
+ "pub-resolve-opts": "^1.9.4",
31
+ "pub-serve-sessions": "^1.3.1",
32
+ "pub-src-fs": "^2.1.3",
33
+ "pub-src-github": "^2.0.0",
34
+ "pub-src-http": "^1.2.1",
35
+ "pub-src-redis": "^2.1.1",
36
+ "pub-theme-doc": "^1.1.15",
37
+ "pub-util": "^3.2.1",
38
+ "send": "^0.17.2",
39
+ "socket.io": "^4.4.1",
40
40
  "through2": "^4.0.2",
41
41
  "uglify-es": "^3.3.9"
42
42
  },
43
43
  "devDependencies": {
44
- "eslint": "^7.32.0",
45
- "tape": "^5.3.1"
44
+ "eslint": "^8.7.0",
45
+ "tape": "^5.4.1"
46
46
  },
47
47
  "files": [
48
48
  "bin/",
@@ -4,7 +4,7 @@
4
4
  * - this should be the last handler loaded by the server
5
5
  * - depends on serve-pages being invoked before this
6
6
  *
7
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
7
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
8
8
  */
9
9
 
10
10
  /*eslint no-unused-vars: "off"*/
@@ -5,7 +5,7 @@
5
5
  * with page http-headers, checks http methods
6
6
  * also serves redirects
7
7
  *
8
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
8
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
9
9
  */
10
10
 
11
11
  var debug = require('debug')('pub:server:pages');
@@ -8,7 +8,7 @@
8
8
  * server optional, if not passed, no routes served
9
9
  * serveStatics.outputAll() - copy scripts to outputs[0] (for pub -O)
10
10
  *
11
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
11
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
12
12
  */
13
13
 
14
14
  /* eslint no-empty: ["error", { "allowEmptyCatch": true }] */
@@ -5,7 +5,7 @@
5
5
  * primary purpose (for now) is for watchers to trigger page reload
6
6
  * does nothing if opts.no-sockets is set (and disabled on production)
7
7
  *
8
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
8
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
9
9
  */
10
10
 
11
11
 
@@ -18,7 +18,7 @@
18
18
  * extend to serve files from remote storage
19
19
  * (supports only local files for now)
20
20
  *
21
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
21
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
22
22
  */
23
23
 
24
24
  var debug = require('debug')('pub:static');
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * pub-server watch-sources.js
3
3
  *
4
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
4
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
5
5
  */
6
6
 
7
7
  var watch = require('./watch');
package/server/watch.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * used by serve-statics and watch-sources
5
5
  * TODO: dedup watches and look at aggregating watch paths with single watch
6
6
  *
7
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
7
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
8
8
  */
9
9
 
10
10
  var debug = require('debug')('pub:watch');
package/server.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * invoke directly via node command line, or via require()
6
6
  * see: https://nodejs.org/api/modules.html#modules_accessing_the_main_module
7
7
  *
8
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
8
+ * Copyright (c) 2015-2022 Jürgen Leschner - github.com/jldec - MIT license
9
9
  */
10
10
 
11
11
  var debug = require('debug')('pub:server');
package/CHANGELOG.md DELETED
@@ -1,384 +0,0 @@
1
- #### Sep 05, 2021, v2.9.0
2
- - fix security warning in path-parse (resolve)
3
- - fix security warning in ws (socket.io)
4
- - upgrade to marked v3.0.2
5
- - breaks GFM forms with trailing whitespace on the delimiter row (see [markedjs/marked#2196](https://github.com/markedjs/marked/issues/2196))
6
- - some (mostly harmless) whitespace changes on lists
7
-
8
- #### May 09, 2021, v2.8.1
9
- - fix redis security warning
10
- - Static only (-S) now scans directories to depth 10
11
-
12
- #### March 16, 2021, v2.8.0
13
- - pub-pkg-seo v1.2.0 - emits meta tag to noindex,nofollow for page.nocrawl
14
-
15
- #### March 16, 2021, v2.7.6
16
- - pub-pkg-seo v1.2.0 - emits meta tag to noindex,nofollow for page.nocrawl
17
-
18
- #### March 07, 2021, v2.7.5
19
- - bump to marked v2.0.1 - resolves security warning
20
- - support for .classnames in title strings of image markdown
21
- - opts.canonicalUrl injects canonical `<link>` on every page
22
- see [pub-pkg-seo](https://github.com/jldec/pub-pkg-seo/)
23
-
24
- #### December 13, 2020, v2.7.4
25
- - remove dependency on browserify-middleware which is no longer supported
26
- browserScripts are now auto-bundled using browserify directly
27
- bundles are slightly larger, and a little slower (up-to-date node shims)
28
- bundles are memoized in memory and served with 60 min cache by pub-server
29
- - bump marked v1.2.6 - allow urls in links and images surrounded with `<url>`
30
-
31
- #### November 22, 2020, v2.7.3
32
- - fix socket.io notifications to work without dependence on jquery
33
- - bump marked v1.2.5
34
-
35
- #### November 16, 2020, v2.7.2
36
- - improve resolution of files in pub packages inside node_modules
37
- - bump marked v1.2.4
38
-
39
- #### November 09, 2020, v2.7.1
40
- - linter fix
41
-
42
- #### November 09, 2020, v2.7.0
43
- - fixed race when publishing browserScripts with pub -O
44
- - marked editor help pages as writable
45
-
46
- #### November 08, 2020, v2.6.0
47
- - dependencies
48
- - marked v1.2.3 with more commonmark cleanup
49
- - env var DISABLE_AUTH
50
- - only respect nopublish flag on pages in production
51
-
52
- #### September 13, 2020, v2.5.0
53
- - output.fileMap
54
- - pub -O will generate output manifest in filemap.json with pages, statics, and scripts
55
- - temporily removed unused editor apis:
56
- - /admin/reloadSources
57
- - /admin/outputPages
58
- - /admin/logPages
59
- - /admin/reloadSources
60
- - via pub-generator v4.0.0:
61
- - opts.parentFolderWarnings
62
- - displays warning if page tree is missing folder nodes
63
- - output.outputAliases
64
- - use redirect template (not provided) to generate html-based redirects for aliases
65
- - page.noextension
66
- - prevents auto .html extension for that page on output
67
- - Fix security warning in pub-src-http related to [node-fetch](https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r).
68
-
69
- #### August 9, 2020 v2.4.3
70
- - redisOpts server-only
71
- - pub-src-redis respects pub-src-github commit message
72
-
73
- #### August 2, 2020 v2.4.2
74
- - prioritize serving static files and scripts over generated pages (server-only)
75
- - fix upload template in pub-pkg-editor
76
-
77
- #### July 26, 2020 v2.4.1
78
- - fix missing generator-plugin in published pub-pkg-editor
79
-
80
- #### July 26, 2020 v2.4.0
81
- - improved editor with configurable opts.editorPrefix
82
- - 2-level pub-src-redis cache for staging edits of markdown source files
83
- this enables a workflow with a staging endpoint for editors to preview unpublished content
84
- - editor UI enhancements for file commit and file revert
85
- - publish minified browserscripts
86
- - serve json files as static paths without extension
87
-
88
- #### May 31, 2020 v2.3.0
89
- - support `output.overrideOpts` for `pub -O`
90
- - `pub -S` no longer defaults to serving last static file instead of 404
91
- - Improved page and layout wrapper divs unless `opts.renderPageLayoutOld`
92
- - marked-forms v4.0.0 with `opts.allowSpacesInLinks` to patch link tokenizer (previously always auto-patched)
93
- - pub-src-fs v2.1.0 with `opts.dirsSame` to sort directories together with files
94
-
95
- #### April 26, 2020 v2.2.0
96
- - bump to marked v1.0.0
97
- - support new marked plugin api with `generator.marked.use()` instead of patching `generator.renderer`
98
- - default to non-mangled autolinked email addresses (override by setting `opts.mangleEmails:true`)
99
- - removed `eachLinkIn` handlebars helper - not being used
100
-
101
- #### March 22, 2020 v2.1.0
102
- - bump dependencies
103
- - tested with Node versions 10.x, 12.x and 13.x. using GitHub Actions
104
- - pub CLI will auto-open site in browser on macOS (unless `-A`)
105
- - if opts.linkNewWindow, auto-generate target="_blank" with `rel="noopener"`
106
- - persistent sessions using redis require secret in env.SSC or opts.session.secret
107
- - stricter commonmark compliance (e.g. no HTML tags in headings, preserve UTF-8 non-breaking space glyph)
108
-
109
- #### July 14, 2019 v2.0.2
110
- - bump dependencies to mitigate vulnerability in lodash (used by pub-util)
111
- - bump marked to v0.7.0
112
- - bump eslint, fix potential issue with Object.hasOwnProperty
113
-
114
- #### May 19 2019 v2.0.1
115
- - set opts['trust proxy'] for secure sessions on environments like Heroku
116
-
117
- #### May 05 2019 v2.0.0
118
- - and we're back!
119
- - tested with Node versions 8.x, 10.x, and 11.x.
120
- - Windows file paths and directory separator support
121
- - Windows fragment parser support for source files with Windows end-of-line (CRLF) characters
122
- - major version upgrade to lodash 4.x in pub-util, added aliases for better backward compatibility
123
- - major version upgrade to marked 0.6.x for commonmark compliance, see new workaround for spaces in field names in marked-forms v2.0.0
124
- - fixed directory sorting bug in pub-src-fs and pub-src-redis
125
- - run CI on many modules with tests
126
- - introduced eslint for major modules
127
- - don't use package-lock.json per https://github.com/sindresorhus/ama/issues/479#issuecomment-310661514
128
- - reduced scanning for statics, and default to single level of statics when no pub-config exists.
129
- - bump dependencies across libraries mostly to address deprecations and security warnings
130
- - removed support for pub-pkg-spa
131
- - use HTTPS instead of HTTP for links in readme, docs etc.
132
-
133
- #### May 10 2016 v1.10.2
134
- - output.match filter for filtering on output
135
- - opts.staticDepth default
136
-
137
- #### Feb 02 2016 v1.10.1
138
- - move pub-ux.js from /server/ to /pub/ (fixes issue introduced in v1.10.0)
139
- - proper local @data frame for #eachFragment and #eachPage helpers
140
- - #eachFragment supports /page#fragment prefix pattern
141
-
142
- #### Dec 15 2015 v1.10.0
143
- - add support for pub-pkg-spa in preparation for new editor
144
- - don't output `pub/*.js` unless opts.editor
145
- - move socket.io client from pub-ux.js into separate pub-sockets.js
146
- - remove built-in pub-pager package
147
- - remove htmlOnly option
148
-
149
- #### Dec 03 2015 v1.9.21
150
- - update pub-src-github, pub-src-fs to handle binaries
151
- - (pub-src-redis doesn't handle binaries yet)
152
-
153
- #### Nov 22 2015 v1.9.20
154
- - update pager
155
- - expose generator.debug
156
-
157
- #### Nov 22 2015 v1.9.19
158
- - fix marked-forms dependency (broken in 1.9.17)
159
-
160
- #### Nov 22 2015 v1.9.18
161
- - add pub-pager plugin to package.json
162
- - NOTE: pub-pager is not compatible with pub-pkg-editor (yet)
163
- - correct staticRoot computation in initOpts
164
- - emit log events when watcher detects static or source changes
165
- - debug pub:server:watch now called debug pub:watch
166
-
167
- #### Nov 17 2015 v1.9.17
168
- - remove generator dependency on marked-images
169
- - fix relPath bug with generated {{{image}}} links
170
-
171
- #### Nov 8 2015 v1.9.16
172
- - fix ./node_modules/... paths in pub-config with npm3
173
-
174
- #### Nov 8 2015 v1.9.15
175
- - update all dependencies
176
- - start testing with npm v3.x and node v5.x
177
- - small fixes for font smoothing, text size adjust, prefer `_.assign`
178
-
179
- #### Oct 24 2015 v1.9.14
180
- - compose CHANGELOG.md
181
-
182
- #### Oct 23 2015 v1.9.13
183
- - change `pub -m` to minify scripts
184
- - add bablify package
185
- - jsx auto-convert
186
-
187
- #### Oct 19 2015 v1.9.12
188
- - fix bug in #eachFragment helper
189
-
190
- #### Oct 18 2015 v1.9.10
191
- - fix renderHtml - previous release was bad
192
-
193
- #### Oct 16 2015 v1.9.9
194
- - yet another relPath fix on static-hosted editor
195
-
196
- #### Oct 16 2015 v1.9.8
197
- - yet another relPath fix on static-hosted editor
198
-
199
- #### Oct 15 2015 v1.9.7
200
- - don't output nopublish pages
201
-
202
- #### Oct 14 2015 v1.9.6
203
- - make defaultRenderOpts dynamic, fix fqImages in static editor
204
-
205
- #### Oct 14 2015 v1.9.5
206
- - bump deps, fqImages with route match
207
-
208
- #### Oct 5 2015 v1.9.4
209
- - new pagetree helper
210
- - add hook for marked highlighting
211
- - bump font-awesome, generator
212
-
213
- #### Sep 27 2015 v1.9.2
214
- - generator.contentPages
215
-
216
- #### Sep 27 2015 v1.9.1
217
- - renderDocState to support recursive renderPage
218
-
219
- #### Sep 26 2015 v1.9
220
- - migrate from underscore to lodash
221
- - htmlName support, fix escaping in renderLink
222
-
223
- #### Sep 23 2015 v1.8.7
224
- - proper 404 for .html with params
225
- - page.category for pageTree
226
-
227
- #### Sep 21 2015 v1.8.6
228
- - latest socket.io for node v4, bump generator
229
- - pluggable file parser
230
- - generalize html helper to take markdown text in parameter
231
-
232
- #### Sep 9 2015 v1.8.5
233
- - temporary fix for node.js v4.x
234
-
235
- #### Sep 5 2015 v1.8.4
236
- - include roadmap in readme
237
-
238
- #### Aug 26 2015 v1.8.3
239
- - disable watch in pkgs, add helpers: json, mod, number
240
-
241
- #### Aug 14 2015 v1.8.2
242
- - readme, bump generator
243
-
244
- #### Aug 12 2015 v1.8.1
245
- - readme, filter binaries out of sources
246
- - don't auto-templatize non-markdown files
247
-
248
- #### Aug 10 2015 v1.8
249
- - run from /subdir on static host, test w/ tape
250
- - more reliable staticRoot
251
-
252
- #### Aug 5 2015 v1.7.23
253
- - in-editor presentation navigation
254
-
255
- #### Aug 4 2015 v1.7.22
256
- - editor relpath fix, doc print cleanup
257
-
258
- #### Aug 4 2015 v1.7.21
259
- - new helpers for lang, comments, github
260
-
261
- #### Aug 4 2015 v1.7.20
262
- - /pub/?page=url editor url supports static editor with relpaths
263
-
264
- #### Jul 30 2015 v1.7.19
265
- - fix for multi-source shower
266
-
267
- #### Jul 30 2015 v1.7.18
268
- - add -r relPaths option
269
-
270
- #### Jul 28 2015 v1.7.17
271
- - don't force fsEvents - fix Linux watcher, update deps
272
- - nopublish on fragments - legacy
273
-
274
- #### Jul 21 2015 v1.7.16
275
- - error handling in static client
276
-
277
- #### Jul 21 2015 v1.7.15
278
- - extract serve-sessions, enable static save, output scripts
279
-
280
- #### Jul 10 2015 v1.7.14
281
- - fix debug message in watcher
282
-
283
- #### Jul 10 2015 v1.7.13
284
- - fix pub -O
285
-
286
- #### Jul 10 2015 v1.7.12
287
- - bump deps - esp browserify
288
-
289
- #### Jul 6 2015 v1.7.10
290
- - bump editor
291
-
292
- #### Jul 6 2015 v1.7.10
293
- - bigger edit button
294
-
295
- #### Jul 6 2015 v1.7.9
296
- - fix sessions to get redis opts from env
297
-
298
- #### Jul 6 2015 v1.7.8
299
- - bump deps, add pkg-font-open-sans
300
-
301
- #### Jun 18 2015 v1.7.7
302
- - bump doc theme
303
-
304
- #### Jun 11 2015 v1.7.6
305
- - "save" message
306
-
307
- #### Jun 11 2015 v1.7.5
308
- - fix bug with collision detection
309
-
310
- #### Jun 10 2015 v.1.7.4
311
- - fix opts.pkgName for doc theme
312
-
313
- #### Jun 9 2015 v1.7.3
314
- - update doc theme
315
-
316
- #### Jun 8 2015 v1.7.2
317
- - bump pub-theme-doc
318
-
319
- #### Jun 8 2015 v1.7.1
320
- - bump pub-theme-doc version
321
-
322
- #### Jun 7 2015 v1.7
323
- - default theme = pub-theme-doc, auto-configure statics using output
324
- - relPaths:true only for outputs, auto-detect fragmentDelim
325
-
326
- #### Jun 2 2015 v1.6
327
- - rename: themes -> pkgs
328
-
329
- #### May 30 2015 v1.5.1
330
- - oops fix highlight dependency version
331
-
332
- #### May 29 2015 v1.5
333
- - inject css & js (deprecate {{pub-ux}})
334
- - simplified logic for parsing labels
335
-
336
- #### May 23 2015 v1.4.3
337
- - pub cli editor fix
338
-
339
- #### May 23 2015 v1.4.2
340
- - staticOnly takes dir, send content-type text/html for extensionless statics
341
-
342
- #### May 22 2015 v1.4.1
343
- - readme
344
-
345
- #### May 22 2015 v1.4
346
- - `pub -S` staticOnly, indexFile auto-name, src-fs sort
347
-
348
- #### May 12 2015 v1.3.2
349
- - remove pub-ux editor scripts from output
350
-
351
- #### May 12 2015 v1.3.1
352
- - ignoreConfig option
353
-
354
- #### May 11 2015 v1.3
355
- - latest generator and editor
356
-
357
- #### May 8 2015 v1.2.1
358
- - default static file, -O production
359
-
360
- #### May 7 2015 v1.2
361
- - move wrapper divs into generator - affects all layouts
362
-
363
- #### May 6 2015 v1.1
364
- - output with default .html extension
365
- - improved static server, relPaths
366
-
367
- #### May 1 2015 v1.0.6
368
- - use fs-extra.copy to output static files
369
-
370
- #### May 1 2015 v1.0.5
371
- - more readme
372
-
373
- #### May 1 2015 v1.0.4
374
- - readme for output
375
-
376
- #### Apr 30 2015 v1.0.3
377
- - upgrade generator
378
-
379
- #### Apr 28 2015 v1.0.2
380
- - move files into /server and /images
381
- - readme addition
382
-
383
- #### Apr 28 2015 v1.0
384
- - first commit