Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less file name must not contain "." ? #324

Open
geri777 opened this issue Sep 2, 2016 · 2 comments
Open

Less file name must not contain "." ? #324

geri777 opened this issue Sep 2, 2016 · 2 comments

Comments

@geri777
Copy link

geri777 commented Sep 2, 2016

Please see my comment in #320 (comment)

In my setting styles.old.less is compiled to styles.less.

less: {
    options: {
        paths: ['./']
    },
    // target name
    files: {
        expand: true,
        cwd: "./",
        src: ["**/*.less", "!node_modules/**"],
        ext: ".css"
    }       
}
@rludgero
Copy link

Hi @geri777 ,

you've tried something like this?

src: ["**/*.less", "**/*.*.less", "!node_modules/**"]

@geri777
Copy link
Author

geri777 commented Oct 1, 2016

Thank you @Rodrigo-Ludgero,

yes, I've just tried that as well - same result. :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants