diff --git a/.gitignore b/.gitignore
index f8e5391..88b7cc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,10 @@
node_modules
# OS X
-.DS_Store
\ No newline at end of file
+.DS_Store
+
+# VIM
+*.swp
+
+# Bower
+bower_components/*
diff --git a/Gruntfile.js b/Gruntfile.js
index 1564307..81b5082 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -5,17 +5,18 @@ module.exports = function(grunt) {
demo: {
options: {
open: true,
- keepalive: true
+ keepalive: true,
+ port: 3001
}
}
},
replace: {
example: {
src: ['src/*'],
- dest: 'dist/',
+ dest: '/',
replacements: [{
- from: 'bower_components',
- to: '..'
+ from: '',
+ to: ''
}]
}
}
diff --git a/README.md b/README.md
index c52c51d..4601504 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ In order to run it locally you'll need to fetch some dependencies and a basic se
$ bower install && npm install
```
-* To test your project, start the development server and open `http://localhost:8000`.
+* To test your project, start the development server and open `http://localhost:3001`.
```sh
$ grunt connect
diff --git a/dist/notification-elements.html b/dist/notification-elements.html
new file mode 100644
index 0000000..41bb017
--- /dev/null
+++ b/dist/notification-elements.html
@@ -0,0 +1,88 @@
+
+
+
+
+