Skip to content

Instantly share code, notes, and snippets.

@flexseth
Last active January 1, 2016 15:19
Show Gist options
  • Save flexseth/8163139 to your computer and use it in GitHub Desktop.
Save flexseth/8163139 to your computer and use it in GitHub Desktop.
Concatenate scripts - this can be useful when doing a project in local development and the live view in Dreamweaver is not working correctly. This tells Dreamweaver to load the files needed to render a page so that you can look at it in live view, use the CSS Designer on it, and more. Must be running MAMP, LAMP or another Apache file server and …
/** For local development only **/
define('CONCATENATE_SCRIPTS', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment