Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Makefile #7

Closed
jcldavid opened this issue Mar 17, 2013 · 3 comments
Closed

Makefile #7

jcldavid opened this issue Mar 17, 2013 · 3 comments

Comments

@jcldavid
Copy link

Do I have to touch it? I added a new css for the pygments highlighting:

$ make build
##################################################
Building Up...
##################################################
cat: css/{bootstrap,custom,monokai,bootstrap-responsive,font-awesome}.css: No such file or directory
make: *** [build] Error 1

I added monokai.css

@caarlos0
Copy link
Member

Not really. Just check the import path...

BTW, are you adding the imports to up.less?

@jcldavid
Copy link
Author

Nope, there's no file up.less. I just modified the makefile and added the file monokai.css in the css dir. But thanks anyway, I think it's just with the version of bash I have? I changed the cat line to:

cat css/bootstrap.css css/custom.css css/bootstrap-responsive.css css/font-awesome.css > css/up.css

@caarlos0
Copy link
Member

Oh sorry, I get confused with the next version..

Yeah, probably is the bash. I tested it under zsh...

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

No branches or pull requests

2 participants