slatedocs / slate

Beautiful static documentation for your API
https://slatedocs.github.io/slate
Apache License 2.0
36.06k stars 148 forks source link

rake build failed #30

Closed cheesang closed 10 years ago

cheesang commented 10 years ago

C:\slate>rake build cd C:/slate bundle exec middleman build --clean identical build/images/logo.png identical build/fonts/icomoon.svg identical build/fonts/icomoon.woff identical build/fonts/icomoon.ttf identical build/fonts/icomoon.eot error build/javascripts/lang_selector.js error build/javascripts/jquery.tocify.js error build/javascripts/all.js error build/javascripts/jquery_ui.js identical build/stylesheets/variables.css identical build/stylesheets/syntax.css identical build/stylesheets/icon-font.css identical build/stylesheets/normalize.css identical build/stylesheets/screen.css identical build/stylesheets/print.css identical build/stylesheets/screen.css.scss.bak identical build/index - Copy.html identical build/index.html There were errors during this build, re-run with middleman build --verbose to see the full exception. rake aborted! Command failed with status (1): [bundle exec middleman build --clean...]

Tasks: TOP => build (See full trace by running task with --trace)

lord commented 10 years ago

What do you get when you run bundle exec middleman build --verbose?

cheesang commented 10 years ago

not getting any error even the command "rake build" too, however the static page generated not showing left side menu & the languages selection not working

yujingz commented 10 years ago

@cheesang can you please try the command lord gave? bundle exec middleman build --verbose

cheesang commented 10 years ago

sure. here the log

C:\slate>bundle exec middleman build --verbose identical build/images/logo.png identical build/fonts/icomoon.svg identical build/fonts/icomoon.woff identical build/fonts/icomoon.ttf identical build/fonts/icomoon.eot identical build/javascripts/lang_selector.js identical build/javascripts/jquery.tocify.js identical build/javascripts/all.js identical build/javascripts/jquery_ui.js identical build/stylesheets/variables.css identical build/stylesheets/syntax.css identical build/stylesheets/icon-font.css identical build/stylesheets/normalize.css identical build/stylesheets/screen.css identical build/stylesheets/print.css identical build/stylesheets/screen.css.scss.bak create build/index - Copy.html identical build/index.html

lord commented 10 years ago

Hmm, that's a very odd bug. Do you think you could tell me your browser, and OS? If you could fork the repository and run rake publish on your fork so I can see the generated HTML, that would help a lot too.

cheesang commented 10 years ago

thanks mates for good work & support, I switched to use the dev version (today's version) since it works what I want. Will switch back to master version once merge from dev.

lord commented 10 years ago

Cool, glad to hear you've figured it out!