Skip to content

Instantly share code, notes, and snippets.

@hagenburger
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagenburger/84e0c88799fc678bb8d8 to your computer and use it in GitHub Desktop.
Save hagenburger/84e0c88799fc678bb8d8 to your computer and use it in GitHub Desktop.
How to use JavaScripts in the LivingStyleGuide
source: styles.scss
javascript-before:
- http://code.jquery.com/jquery-1.11.1.min.js
- /assets/angular-1.2.3.js
- |
$(function() {
alert("Hello World!");
}
javascript-after:
- /assets/jquery.flexslider.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment