diff --git a/.gitignore b/.gitignore index 3c53c0f..82d2c6a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,4 @@ Icon *.sass-cache node_modules - -dist/slippry.min.map \ No newline at end of file +source \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 8d9d523..236f76a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,8 +14,9 @@ module.exports = function(grunt) { sass: { dist: { options: { - style: 'expanded', - compass: true + style: 'nested', + compass: true, + 'sourcemap=none': true }, files: { 'dist/slippry.css': [ @@ -32,13 +33,18 @@ module.exports = function(grunt) { ] }, options: { - sourceMap: true, + sourceMap: false, preserveComments: 'some' } } }, watch: { sass: { + options: { + style: 'nested', + compass: true, + 'sourcemap=none': true + }, files: [ 'src/*.scss' ], diff --git a/bower.json b/bower.json index 4501557..57862b3 100644 --- a/bower.json +++ b/bower.json @@ -1,16 +1,17 @@ { "name": "slippry", - "version": "1.2.2", + "version": "1.2.3", "homepage": "http://slippry.com", "authors": [ - "Lukas Jakob Hafner " + "Lukas Jakob Hafner - @saftsaak" + "Thomas Hurd - @SeenNotHurd" ], "description": "Responsive content slider for jQuery", "main": [ "dist/slippry.min.js", "dist/slippry.css", - "dist/img/arrow.svg", - "dist/img/sy-loader.gif" + "images/arrows.svg", + "images/sy-loader.gif" ], "keywords": [ "content", @@ -24,8 +25,11 @@ "ignore": [ "**/.*", "node_modules", - "bower_components", - "test", - "tests" + ".gitignore", + ".jshintrc", + "config.rb", + "Gruntfile.js", + "index.html", + "package.json" ] } diff --git a/demo/index.html b/demo/index.html index 67708ac..f69c092 100755 --- a/demo/index.html +++ b/demo/index.html @@ -12,7 +12,7 @@
-

Simple demo with default setups

+

Simple demo with default config

/ || Init | Destroy | Reload || Stop | Start @@ -27,12 +27,13 @@

Simple demo with default setups