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

Option to select input files #29

Closed
Deraen opened this issue Jun 19, 2019 · 0 comments
Closed

Option to select input files #29

Deraen opened this issue Jun 19, 2019 · 0 comments

Comments

@Deraen
Copy link
Owner

Deraen commented Jun 19, 2019

Related #17

Currently sass4clj compiles any non-partial files (i.e. not starting with _) in source-paths. It could be useful to select input files using option in some cases, like if the source-path contains some Sass libraries which include non-partial files.

Things to consider:

  • API & CLI option:
    • (build {:inputs ["foo.scss" "bar.scss"]})
    • clj -Asass -i foo.scss -i bar.scss
    • List of paths relative to source-paths? or relative to current directory?
  • Boot option
    • No source-paths, source-paths is the fileset.
    • Input paths has to be relative to fileset.
  • Lein option
  • Implement the same option for https://github.com/Deraen/less4clj/
@Deraen Deraen closed this as completed in 90a8035 Aug 20, 2019
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

1 participant