Comparing version 0.2.14 to 0.2.15
/* | ||
lessless.js | ||
copyright Dave Geddes (@geddesign) | ||
copyright Dave Geddes (@geddski) | ||
MIT license | ||
@@ -26,3 +26,5 @@ */ | ||
// Specify search paths for @import directives. Combine with these common defaults | ||
paths: styledirs.concat(['.', './css']) | ||
paths: styledirs.concat(['.', './css']), | ||
// ensure we always use sync methods to avoid issue with @import in grunt | ||
syncImport: true | ||
}); | ||
@@ -29,0 +31,0 @@ parser.parse(data.toString(), function(e, tree) { |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2012 Dave Geddes (@geddesign) | ||
Copyright (c) 2012 Dave Geddes (@geddski) | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"author": "Dave Geddes <davidcgeddes@gmail.com> (http://geddesign.com)", | ||
"author": "Dave Geddes <davidcgeddes@gmail.com> (http://geddski.com)", | ||
"name": "lessless", | ||
@@ -10,6 +10,6 @@ "description": "Compiles all your project's LESS into CSS, converts LESS <links> into regular CSS <links>, and removes less.js from your html page.", | ||
], | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/geddesign/lessless.git" | ||
"url": "git://github.com/geddski/lessless.git" | ||
}, | ||
@@ -16,0 +16,0 @@ "main": "./lib/lessless", |
@@ -12,6 +12,10 @@ # lessless | ||
### As Command Line Tool | ||
`lessless /path/to/project` | ||
``` | ||
lessless --directory /path/to/project | ||
``` | ||
OR | ||
`cd /path/to/project` | ||
`lessless` | ||
``` | ||
cd /path/to/project | ||
lessless | ||
``` | ||
@@ -18,0 +22,0 @@ ### As Module |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
196
96
11829
11
1