Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. //= require bootstrap/affix
  2. //= require bootstrap/alert
  3. //= require bootstrap/button
  4. //= require bootstrap/carousel
  5. //= require bootstrap/collapse
  6. //= require bootstrap/dropdown
  7. //= require bootstrap/tab
  8. //= require bootstrap/transition
  9. //= require bootstrap/scrollspy
  10. //= require bootstrap/modal
  11. //= require bootstrap/tooltip
  12. //= require bootstrap/popover
  13.  
  14. ; jQuery = global.jQuery = require("c:\wamp\www\mysite\app\client\requires\jquery\js\jquery.js");
  15. /* ========================================================================
  16. * Bootstrap: affix.js v3.1.1
  17. * http://getbootstrap.com/javascript/#affix
  18. * ========================================================================
  19. * Copyright 2011-2014 Twitter, Inc.
  20. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  21. * ======================================================================== */
  22.  
  23. // Notice I use $ here not jQuery like above, this is the only way to get it to work!
  24. ; $ = global.jQuery = require("c:\wamp\www\mysite\app\client\requires\jquery\js\jquery.js");
  25. /* ========================================================================
  26. * Bootstrap: affix.js v3.1.1
  27. * http://getbootstrap.com/javascript/#affix
  28. * ========================================================================
  29. * Copyright 2011-2014 Twitter, Inc.
  30. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  31. * ======================================================================== */
  32.  
  33. 'bootstrap': {
  34. "exports": 'bootstrap',
  35. "depends": {
  36. "jquery": '$'
  37. }
  38. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement