You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roblarsen edited this page Feb 4, 2013
·
6 revisions
Build Script users - On occasion, your site may not render in browser exactly as it did using the original code. In this case, you may have poorly constructed JavaScript or CSS in your original directory. Oftentimes, plugins are to blame.
Debug in your browser developer tool of choice.
Check your console tab within the dev tool. This should tell you on which line you can find the error.
Once you have successfully debugged the error within your original directory, go back to terminal and rerun the build script. Refresh the site in your browser. If it looks good, you're ready for the WWW! :)
If you are using Ubuntu Linux and receiving the following error when running ant:
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar
If you get a java exception during js.minify, please see this thread and note. Basically you need to recompile one file in the tools directory to use your local version of Java.