annotate app/assets/javascripts/application.js @ 55:f957ce997ff0

Added basic syntax highlighter.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 04:50:22 +0700
parents a930c717654c
children 33b47c2160a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 // This is a manifest file that'll be compiled into application.js, which will include all the files
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 // listed below.
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 //
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
6 //
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
8 // the compiled file.
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
9 //
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
11 // GO AFTER THE REQUIRES BELOW.
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
12 //
39
a930c717654c Add Clear button to the form.
Edho Arief <edho@myconan.net>
parents: 0
diff changeset
13 //= require jquery
a930c717654c Add Clear button to the form.
Edho Arief <edho@myconan.net>
parents: 0
diff changeset
14 //= require jquery_ujs
55
f957ce997ff0 Added basic syntax highlighter.
Edho Arief <edho@myconan.net>
parents: 39
diff changeset
15 //= require bootstrap-prettify
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
16 //= require_tree .