This is a HTML5 app for writing XSLT. See the (demo)[http://chrisusick.github.io/xml-editor/] for more information.
- yeoman generator gulp-webapp
- ES6 Javascript
- gulp for development pipelining
- ace editor
- web components
-
commit app when
gulp serve:dist
workds -
switch to branch
gh-pages-test
-
merge
master
intogh-pages-test
-
copy the
dist/
directory files into the rootcp -r dist/* .
-
commit
gh-pages-test
after it works -
merge
gh-pages-test
togh-pages