Proposal to remove generated code from being versioned (#89)

* Ignore changes made to index.html by creating a sample file

* Ignore generated files

* Use the correct order for the dev deps

* Copy "index.html" when necessary

Since we won't want to version generated code.

* fixup! Ignore generated files
This commit is contained in:
thomas
2018-06-19 18:06:59 +02:00
committed by Tom MacWright
parent bd0115f70a
commit 43f7f54a78
3 changed files with 8 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
lib/
bundle.js
index.html