Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ vendor/bundle
nbproject
Thumbs.db

# Komodo
.komodotools
*.komodoproject

# grunt-contrib-sass cache
.sass-cache

# Folders to ignore
bower_components
node_modules
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"esversion": 6
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Typeset is an HTML pre-proces­sor for web ty­pog­ra­phy which pro­vides ty

Typeset does not re­quire any client-side JavaScript and uses less than a kilo­byte of CSS. Processed HTML & CSS works in Internet Explorer 5 and with­out any CSS. Typeset can be used man­u­ally or as a plu­gin for [Grunt](https://github.com/mobinni/grunt-typeset) and [gulp](https://github.com/lucasconstantino/gulp-typeset).

<img src="https://i.imgur.com/5dTsGkH.gif" width="600px">
<img src="https://i.imgur.com/5dTsGkH.gif" width="600">

---

Expand Down
5,237 changes: 4,822 additions & 415 deletions demo/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "CC0",
"dependencies": {
"cheerio": "^0.19.0",
"clean-css": "^4.1.11",
"clean-css": "^4.2.3",
"fs-extra": "^8.1.0",
"highlight": "^0.2.3",
"highlight.js": "^9.17.1",
"html-minifier": "^4.0.0",
"typeset": "^0.2.2",
"uglify-js": "^3.3.21"
"typeset": "^0.2.9",
"uglify-js": "^3.10.0"
}
}
275 changes: 149 additions & 126 deletions demo/public/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/normalize-opentype.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/public/stylesheet.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading