Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created February 4, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/f96ae350c628fafac41e to your computer and use it in GitHub Desktop.
Save biojazzard/f96ae350c628fafac41e to your computer and use it in GitHub Desktop.
[Very] Simple jQuery Bootstrap CoffeeScript Boilerplate.
###
# alfredo@1un.es | 02.2015
###
(($) ->
# Variables
config =
welcome: '############# 1un.es #############'
# Functions
init = ()->
# Log in console that we´re ready to rock!.
console.log config.welcome
# Do it!.
init()
) jQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment