impallari / Font-Testing-Page

A webpage for testing typefaces, live at www.impallari.com/testing
https://impallari.com/testing/
Other
249 stars 84 forks source link

Use SASS for the css #21

Closed Troush closed 10 years ago

Troush commented 10 years ago

Generally modernise the whole project as a JS tool Using Grunt for build sass and other static Created gtun task that downloads new version of otfeatures mixin

Solves #13

impallari commented 10 years ago

Alex, Dave: All this SASS, GRUNT and Gtun stuff is Chinese to me... If I merge this, will no longer be able to maintain it :(

davelab6 commented 10 years ago

@impallari Hmm, gotta keep your skills fresh :) SASS is a nicer way to write CSS. Grunt is a tool for managing js dependencies and keeping them up to date. Alex updated the README with the commands you use; these 2 technologies are easy to learn and make it easier to maintain if you take a few hours to learn them :)