new Grunt build system, development flow, Bower component generation, jQuery plugin manifest

This commit is contained in:
Adam Shaw
2013-02-26 00:43:35 -08:00
parent 1009caf3b7
commit d2ef2cf1a8
71 changed files with 868 additions and 644 deletions
+8 -5
View File
@@ -1,9 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
<html>
<head>
<script type='text/javascript' src='../src/_loader.js?debug'></script>
<script type='text/javascript' src='../src/gcal/_loader.js'></script>
<script type='text/javascript'>
<link rel='stylesheet' href='../build/out/fullcalendar/fullcalendar.css' />
<link rel='stylesheet' href='../build/out/fullcalendar/fullcalendar.print.css' media='print' />
<script src='../build/deps.js'></script>
<script src='../build/out/fullcalendar/fullcalendar.js'></script>
<script src='../build/out/fullcalendar/gcal.js'></script>
<script>
$(document).ready(function() {
@@ -34,7 +37,7 @@
}
</script>
<style type='text/css'>
<style>
body {
margin-top: 40px;