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.

Revisions

  1. rstormsf created this gist Aug 11, 2015.
    10 changes: 10 additions & 0 deletions index.html
    Original 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>
    7 changes: 7 additions & 0 deletions shell.sh
    Original 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