Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fixing tab / space wonkiness in dev.html and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinparkerson committed Oct 1, 2014
1 parent 257fbb1 commit 285f439
Show file tree
Hide file tree
Showing 2 changed files with 1,420 additions and 1,420 deletions.
68 changes: 34 additions & 34 deletions dev/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,47 @@

<!--<link href="../dist/css/fuelux.css" rel="stylesheet" type="text/css">-->

<!--CLIENT-SIDE LESS COMPILATION FOR WATCHER-LESS DEV-->
<link href="../less/fuelux.less" rel="stylesheet/less" type="text/css"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.0/less.min.js"></script>
<script type="text/javascript">if(window.console && window.console.clear){ window.console.clear(); }</script>
<!--CLIENT-SIDE LESS COMPILATION FOR WATCHER-LESS DEV-->
<link href="../less/fuelux.less" rel="stylesheet/less" type="text/css"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.0/less.min.js"></script>
<script type="text/javascript">if(window.console && window.console.clear){ window.console.clear(); }</script>

<script src="../bower_components/requirejs/require.js" type="text/javascript"></script>
<script type="text/javascript">
(function () {
requirejs.config({
config: {
moment: {
noGlobal: true
}
},
paths: {
jquery: '../bower_components/jquery/dist/jquery',
underscore: '../bower_components/underscore/underscore',
bootstrap: '../bower_components/bootstrap/dist/js/bootstrap',
//moment: '../bower_components/moment/min/moment-with-langs',
fuelux: '../js'
},
shim: {
'bootstrap': {
deps: ['jquery'],
exports: 'bootstrap'
}
}
});
})();
require(['jquery', 'fuelux/all'], function($){

//insert code here

});
</script>
<script type="text/javascript">
(function () {
requirejs.config({
config: {
moment: {
noGlobal: true
}
},
paths: {
jquery: '../bower_components/jquery/dist/jquery',
underscore: '../bower_components/underscore/underscore',
bootstrap: '../bower_components/bootstrap/dist/js/bootstrap',
//moment: '../bower_components/moment/min/moment-with-langs',
fuelux: '../js'
},
shim: {
'bootstrap': {
deps: ['jquery'],
exports: 'bootstrap'
}
}
});
})();
require(['jquery', 'fuelux/all'], function($){

//insert code here

});
</script>
</head>

<body style="padding: 20px;">
<div class="container" style="padding: 20px; margin-top:20px;">

<!--insert control here-->
<!--insert control here-->

</div>
</body>
Expand Down
Loading

0 comments on commit 285f439

Please sign in to comment.