]> git.evergreen-ils.org Git - working/eg-antora.git/commit
resolves #1 add initial Gulp build
authorDan Allen <dan@opendevise.com>
Mon, 2 Oct 2017 00:30:49 +0000 (18:30 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 7 Oct 2017 21:58:59 +0000 (15:58 -0600)
commit745128a16459d83a86ffa094d32ac48a7ad9e388
tree4af928f12873ddae1b8ccab2166704fe39976098
parent0031713f89bc7cdc90a571ad148f4e2f1238bcb8
resolves #1 add initial Gulp build

- add task to compile assets (build)
- add task to package assets (pack)
- add task to build preview site (build:preview)
- add task to preview site with file monitor (preview)
- create minimum required files for preview site (stylesheet, default template, index.html)
12 files changed:
.gitignore
gulpfile.js [new file with mode: 0644]
package.json
preview-site-src/index.html [new file with mode: 0644]
preview-site-src/ui-model.yml [new file with mode: 0644]
src/css/site.css [new file with mode: 0644]
src/layouts/default.hbs [new file with mode: 0644]
tasks/build-preview.js [new file with mode: 0644]
tasks/build.js [new file with mode: 0644]
tasks/pack.js [new file with mode: 0644]
tasks/preview.js [new file with mode: 0644]
yarn.lock [new file with mode: 0644]