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 @@ + + + + + + + diff --git a/index.html b/index.html index 4dd9644..7fb3da1 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,11 @@ - + - + + diff --git a/package.json b/package.json index db1b759..22e4970 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ { - "name": "notification-elements", - "version": "0.1.0", - "description": "Web Notification API wrapper that allows you to do Notifications using Polymer", - "author": "Mateus Ortiz ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/mateusortiz/notification-elements" - }, - "bugs": { - "url": "https://github.com/mateusortiz/notification-elements/issues" - }, - "devDependencies": { - "grunt": "~0.4.1", - "grunt-cli": "~0.1.9", - "grunt-contrib-connect": "~0.5.0", - "grunt-gh-pages": "~0.9.1" - } + "name": "notification-elements", + "version": "0.1.0", + "description": "Web Notification API wrapper that allows you to do Notifications using Polymer", + "author": "Mateus Ortiz ", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/mateusortiz/notification-elements" + }, + "bugs": { + "url": "https://github.com/mateusortiz/notification-elements/issues" + }, + "devDependencies": { + "grunt": "~0.4.1", + "grunt-cli": "~0.1.9", + "grunt-contrib-connect": "~0.5.0", + "grunt-text-replace": "^0.4.0", + "grunt-gh-pages": "~0.9.1" + } } diff --git a/src/notification-elements.html b/src/notification-elements.html index f84252c..6b2169a 100644 --- a/src/notification-elements.html +++ b/src/notification-elements.html @@ -1,5 +1,4 @@ - - +