Mercurial > zeropaste
annotate app/assets/javascripts/application.js @ 191:4e409ac7082d
Also expires the page upon deletion.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sat, 23 Feb 2013 14:53:47 +0900 |
parents | 7efe5e87658e |
children | 22c4b5f90e24 |
rev | line source |
---|---|
0 | 1 // This is a manifest file that'll be compiled into application.js, which will include all the files |
2 // listed below. | |
3 // | |
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | |
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | |
6 // | |
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | |
8 // the compiled file. | |
9 // | |
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD | |
11 // GO AFTER THE REQUIRES BELOW. | |
12 // | |
39 | 13 //= require jquery |
14 //= require jquery_ujs | |
100
90b59418828a
Three times more fun with tabs (added plain and markdown tab).
Edho Arief <edho@myconan.net>
parents:
79
diff
changeset
|
15 //= require twitter/bootstrap/tab |
125
64f73525503b
Use button toolbar instead of nav.
Edho Arief <edho@myconan.net>
parents:
108
diff
changeset
|
16 //= require twitter/bootstrap/button |
108
a949b71c9afb
Allows paste content width resize.
Edho Arief <edho@myconan.net>
parents:
100
diff
changeset
|
17 //= require twitter/bootstrap/dropdown |
58
33b47c2160a3
Use mainline prettify instead of stealing from bootstrap.
Edho Arief <edho@myconan.net>
parents:
55
diff
changeset
|
18 //= require prettify |
100
90b59418828a
Three times more fun with tabs (added plain and markdown tab).
Edho Arief <edho@myconan.net>
parents:
79
diff
changeset
|
19 //= require marked |
128
7efe5e87658e
Separated marked configuration.
Edho Arief <edho@myconan.net>
parents:
125
diff
changeset
|
20 //= require init.marked |
79
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
58
diff
changeset
|
21 //= require jquery.autosize |
0 | 22 //= require_tree . |