Created
August 11, 2015 03:39
-
-
Save rstormsf/5ae7b1fe743dae9d4dc4 to your computer and use it in GitHub Desktop.
Revisions
-
rstormsf created this gist
Aug 11, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <!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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #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