Created
August 11, 2015 03:39
-
-
Save rstormsf/5ae7b1fe743dae9d4dc4 to your computer and use it in GitHub Desktop.
init fortitude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="../dist/fortitude.css"> | |
<link rel="stylesheet" type="text/css" href="../dist/fortitude-theme.css"> | |
<script src="../dist/fortitude.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#prereq: ruby 2.1.5 | |
git clone https://github.com/fortitude/fortitude-sass | |
cd fotitude-sass | |
npm install | |
grunt build || npm install grunt-cli -g && grunt build | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment