Created
March 28, 2013 12:49
-
-
Save jtomasek/5262853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<jtomasek> ping, ehelms, hi, mhulan had a problem regarding asset precompilation during rpm build here is the conversation: https://gist.github.com/jtomasek/5255206 | |
<ehelms> jtomasek: hrmm, I never got that anytime I tried to asset precompile, I'd have to see, I think, what his asset precompile path is | |
<ehelms> jtomasek: did he leave for the day already? | |
<jtomasek> ehelms: yes it seems so unfortunatelly | |
<jtomasek> obviously the error is caused by Makefile not having a extension. but it is strange that it only happens in rpmbuild and not when he runs it on localhost. The issue might be fedora gem (sprockets) used when rpm is bult maybe? | |
<ehelms> hrmm, could be, I haven't tried to build an RPM with asset pipeline yet I don't think, but if it's trying to compile the Makefile | |
<ehelms> that tels me his pathing is pointing at the engine's directories somehow | |
<ehelms> instead of just the main app's manifests | |
<ehelms> which should grab the specific JS files | |
<ehelms> that's my inclination at least | |
<ehelms> we could probably clean Flot up though, no reason to have that development cruft from a thirdparty repo in there | |
<jtomasek> ehelms: yes, youre right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment