Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Mar 18, 2014
1 parent e68fa5e commit f7d9752
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya.js",
"version": "0.5.0",
"version": "0.5.1",
"description": "Use your favorite preprocessors without the hassle of configuration",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions settings/styl-settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports.lib = 'grunt-contrib-stylus';
module.exports.targetName = 'stylus';
module.exports.target = {
dist: {
files: [{
expand: true,
src: ['**/*.styl', '!node_modules/**/*.styl'],
ext: '.css'
}]
}
};

0 comments on commit f7d9752

Please sign in to comment.