Skip to content

Commit

Permalink
Fix path dependency for building local project
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx committed Nov 23, 2015
1 parent b99962c commit 546fe71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bootstrap",
"stylus"
],
"version": "5.0.0",
"version": "5.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"stylus": "~0.47.0",
Expand Down

0 comments on commit 546fe71

Please sign in to comment.