diff --git a/Gruntfile.js b/Gruntfile.js index 8892e3a..0db2ed5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function(grunt) { stylus: { options: { compress: false, - paths: ['stylus'], + paths: ['stylus', __dirname], urlfunc: 'embedurl', // use embedurl('test.png') in our code to trigger Data URI embedding }, bootstrap: { diff --git a/bower.json b/bower.json index 63c9933..3d3de4d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-stylus", - "version": "5.0.0", + "version": "5.0.1", "main": "bootstrap/index.styl", "description": "A port of Bootstrap 3.3.5 to Stylus", "ignore": [ diff --git a/package.json b/package.json index f5d45de..f0f42e8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bootstrap", "stylus" ], - "version": "5.0.0", + "version": "5.0.1", "devDependencies": { "grunt": "~0.4.5", "stylus": "~0.47.0",