Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Trimming first letter of filename when compiling into a different directory #3

Closed
jasonrhodes opened this issue Mar 14, 2013 · 0 comments · Fixed by #4
Closed

Trimming first letter of filename when compiling into a different directory #3

jasonrhodes opened this issue Mar 14, 2013 · 0 comments · Fixed by #4

Comments

@jasonrhodes
Copy link
Contributor

First off, this is a great idea for a library. It was working perfectly until I tried to compile .less files into a different directory. Then it removes the first letter of the filename in the compiled .css file.

I have a directory set up like so:

- public/
    - assets/
        - css/
            style.css
            - less/
                style.less

And then I get this:

$ autoless ./assets/css/less ./assets/css
Finding files...
✓ assets/css/less/style.less -> assets/css/tyle.css
Monitoring files in ./assets/css/less

The compilation works perfectly but it changes style.less into tyle.css

Version info:

$ npm -v
1.2.14

$ npm list
├─┬ autoless@0.1.3
│ ├─┬ commander@1.1.1
│ │ └── keypress@0.1.0
│ ├── growl@1.6.1
│ ├─┬ less@1.3.3
│ │ └── ycssmin@1.0.1
│ └── watch@0.5.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants