Skip to content

Instantly share code, notes, and snippets.

@rstormsf
Created August 11, 2015 03:39
Show Gist options
  • Save rstormsf/5ae7b1fe743dae9d4dc4 to your computer and use it in GitHub Desktop.
Save rstormsf/5ae7b1fe743dae9d4dc4 to your computer and use it in GitHub Desktop.
init fortitude
<!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>
#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