bump to 0.3.4, single dist file notify.js, move docs out to notify-com repo, cleaned up generated coffeescript, minification is now done in the browser on the docs page

This commit is contained in:
Jaime Pillora
2015-11-01 15:17:40 +11:00
parent 36ee2b8298
commit 0b8891e8c8
43 changed files with 393 additions and 6617 deletions
+1 -3
View File
@@ -3,7 +3,6 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="../dist/notify.js"></script>
<script src="../dist/styles/notify-bootstrap.js"></script>
<style type="text/css">
.boxes {
@@ -33,7 +32,6 @@
$.each(positions, function(i, p) {
var box = $("<div class=\"box\">"+p+"</div>");
boxes.append($("<div class=\"wrapper\"/>").append(box));
box.notify(p, {position: p+" center"});
});
@@ -41,4 +39,4 @@
</script>
</body>
</html>
</html>