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

Issue with compiling a template - Refuses to stop using LESS #34

Closed
jnsandrew opened this issue Jul 1, 2013 · 1 comment
Closed

Issue with compiling a template - Refuses to stop using LESS #34

jnsandrew opened this issue Jul 1, 2013 · 1 comment
Labels
Milestone

Comments

@jnsandrew
Copy link

I'm using the following command in terminal to generate a styleguide:

kss-node core core/docs --sass core/sass/screen.sass -t core/docs/template/

But I can't get KSS to not use the kss.less file in the templates directory. It compiles my SASS file after the LESS file, but the contents of the kss.css file is always whatever is in the LESS file. I've also tried deleting the LESS file, but when I'm compiling it gives the error:

...compiling KSS styles
{ type: 'File',
message: ''core/docs/public/kss.less' wasn't found',
filename: 'input',
index: 0,
line: 1,
callLine: undefined,
callExtract: undefined,
column: 0,
extract: [ undefined, '@import "core/docs/public/kss.less";', undefined ] }
'core/docs/public/kss.less' wasn't found
undefined

Is there a way to stop using the less file?

@jnsandrew jnsandrew reopened this Jul 1, 2013
@0x6a68
Copy link
Contributor

0x6a68 commented Jul 1, 2013

i know, this is a major issue.
at the moment you need to use the same structure as the default template. this behavior could be change with: #32
as long, please stay with the mentioned default template. thanks!

@JohnAlbin JohnAlbin added this to the 1.0.0 milestone Jul 21, 2014
@JohnAlbin JohnAlbin added the bug label Jul 22, 2014
JohnAlbin added a commit that referenced this issue Jul 24, 2014
Make compilation of kss.less optional. Fixes #34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants