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

switch order of jekyll flags in Makefile #518

Merged
merged 1 commit into from
Jul 2, 2014
Merged

switch order of jekyll flags in Makefile #518

merged 1 commit into from
Jul 2, 2014

Conversation

drlabratory
Copy link
Contributor

In the current Makefile, make site fails with:

jekyll -t build -d _site
Invalid command. Use --help for more information
make: *** [_site/index.html] Error 1

on Mac OS X, jekyll 2.0.3, ruby 2.1.2p95

switching the flag order allows it to run. I don't know if this causes problems with other versions of jekyll

@rgaiacs
Copy link

rgaiacs commented Jun 7, 2014

This can be related with jekyll/jekyll#1706 but I'm not 100% sure.

@gvwilson
Copy link
Contributor

See #520.

@ctjacobs
Copy link

I recently encountered the same problem (with v2.0.3) - it took me a while to figure out what was going on. Switching the flag order doesn't seem to cause problems with v1.3.0 which I have installed on another computer.

gvwilson pushed a commit that referenced this pull request Jul 2, 2014
switch order of jekyll flags in Makefile
@gvwilson gvwilson merged commit aafa576 into swcarpentry:master Jul 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants