Skip to content

Instantly share code, notes, and snippets.

View BenjaminNeilDavis's full-sized avatar

Benjamin Davis BenjaminNeilDavis

View GitHub Profile
@BenjaminNeilDavis
BenjaminNeilDavis / index.html
Created February 11, 2015 19:15
A FuelUX jsbin template: run grunt servedist in fuelux directory // source http://jsbin.com/fakuqa
<!DOCTYPE html>
<html class="fuelux">
<head lang="en">
<meta name="description" content="A FuelUX jsbin template: run grunt servedist in fuelux directory">
<!-- styles -->
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/>
<link href="http://localhost:8000/dist/css/fuelux.min.css" rel="stylesheet" type="text/css"/>
<!-- scripts -->
<script src="http://localhost:8000/bower_components/requirejs/require.js" type="text/javascript"></script>
@BenjaminNeilDavis
BenjaminNeilDavis / gist:53d24d8f28970efeff24
Created February 10, 2015 15:02
Testing fuelux changes locally in fuelux-mctheme
## Testing fuelux live updates in fuelux-mctheme
## Creating a symlinked folder of local version of fuelux inside of mctheme project
## In fuelux project that you are making changes -
bower link
## This symlinked the component for us
## In fuelux-mctheme project
bower link fuelux fuelux-local