Created
October 16, 2013 00:58
-
-
Save RyanHirsch/7001041 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
options: { | |
base: 'tmp/public' | |
}, | |
src: ['**'] | |
}; | |
// tasks/options/gh-pages.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>App</title> | |
<link rel="stylesheet" href="assets/app.css"> | |
<!-- for more details visit: https://github.com/yeoman/grunt-usemin --> | |
<!-- build:js(.) assets/vendor.min.js --> | |
<script src="vendor/jquery/jquery.js"></script> | |
<script src="vendor/handlebars/handlebars.js"></script> | |
<script src="vendor/ember/index.js"></script> | |
<script src="vendor/loader.js"></script> | |
<!-- endbuild --> | |
<!-- build:js(tmp/public) assets/app.min.js --> | |
<script src="assets/app.js"></script> | |
<script src="assets/templates.js"></script> | |
<!-- endbuild --> | |
</head> | |
<body> | |
<script> | |
window.App = requireModule('appkit/app'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Published - http://ryanhirsch.github.io/j5-rfid/
See docs - https://github.com/RyanHirsch/j5-rfid (https://github.com/RyanHirsch/j5-rfid/tree/master/docs)