feat: add notes, pull some inline styles into stylesheet

This commit is contained in:
Joshua Seigler 2017-01-27 11:01:46 -05:00
parent 0c0364c979
commit fed382f2ac
5 changed files with 2565 additions and 19 deletions

View file

@ -4,7 +4,7 @@
"description": "This is a browser-based presentation framework with two connected views: one for the presenter, and one for the audience.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "inliner index.html > presentation-bundle.html",
"build": "inliner -n index.html > build/index.html",
"start": "http-server -o -cors"
},
"repository": {