wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 161 forks source link

CoffeeScript not compiling (theme created from WP backend) #43

Closed mattymess closed 10 years ago

mattymess commented 10 years ago

I just installed a new wordless theme from the WP backend by going to wordless > New Theme, but when I load the site on my local environment, application.js is not found.

http://cl.ly/image/3n2K1R0e3g24

I ran the 1-liner below and have ruby 2.0.0 installed.

rvm use 2.0.0@wordless --create --default && \
gem install therubyracer sprockets compass coffee-script thor yui-compressor && \
rvm wrapper 2.0.0@wordless wordless compass ruby
wesleytodd commented 10 years ago

I don't believe this is an issue with YeoPress. Also, not being a Ruby or Coffeescript guy, I am not the right person to help you. Sorry, closing.

mattymess commented 10 years ago

@wesleytodd Accidentally submitted this to the wrong repo. Sorry about that! In any case, appreciate the response.