Last active
August 29, 2015 14:07
-
-
Save hagenburger/84e0c88799fc678bb8d8 to your computer and use it in GitHub Desktop.
How to use JavaScripts in the LivingStyleGuide
This file contains 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
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