Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 729 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 729 Bytes

XML Editor

This is a HTML5 app for writing XSLT. See the (demo)[http://chrisusick.github.io/xml-editor/] for more information.

technologies:

building production site

  • commit app when gulp serve:dist workds

  • switch to branch gh-pages-test

  • merge master into gh-pages-test

  • copy the dist/ directory files into the root

    • cp -r dist/* .
  • commit gh-pages-test after it works

  • merge gh-pages-test to gh-pages