Skip to content

Commit

Permalink
Merge pull request #2 from cjeich/master
Browse files Browse the repository at this point in the history
Adding bower config
  • Loading branch information
stratease committed Jan 27, 2014
2 parents 69b95bf + 39e6c9b commit 3817e41
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "dGrowl",
"version": "0.1.2",
"homepage": "https://github.com/stratease/dGrowl",
"authors": [
"Eddie Daniels <[email protected]>"
],
"description": "A simple, extensible \"growl\" like notification widget using the dojo js framework.",
"main": "main.js",
"keywords": [
"dojo",
"growl",
"notifications"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>stratease/dGrowl</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="dGrowl.css" rel="stylesheet">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.8.2/dojo/dojo.js" data-dojo-config="baseUrl: window.location.pathname, aSync:true, packages:[{ name: 'dGrowl', location: './' }]"></script>
<style>
Expand Down

0 comments on commit 3817e41

Please sign in to comment.