Closed cheesang closed 10 years ago
What do you get when you run bundle exec middleman build --verbose
?
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
@cheesang can you please try the command lord gave? bundle exec middleman build --verbose
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
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.
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.
Cool, glad to hear you've figured it out!
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)