lib/views/header.erb in parade-0.9.2 vs lib/views/header.erb in parade-0.10.0

- old
+ new

@@ -4,12 +4,19 @@ <meta name="viewport" content="width=device-width"/> <!-- Set up the initial stylesheet --> <%= css 'reset.css' %> - <%= css 'parade.css' %> + <!-- Required for the Syntax Highlighting of Code to Work --> + + <%= css 'ghf_marked.css' %> + + <%= css 'themes/default.css', 'slide_formats.css' %> + + <%= css 'mobile.css' %> + <!-- JavaScript Powers This Ship! --> <%= js 'jquery-1.4.2.js' %> <!-- The Parade JS uses a lot of publish and subscribe event structure --> @@ -30,10 +37,12 @@ <!-- Ensures that all images in the presentation have been loaded before the presentation is ready to start. --> <%= js 'jquery.batchImageLoad.js' %> + <%= js 'hammer.js' %> + <!-- Results from the live executed code is powered by this little js --> <%= js 'jquery-print.js' %> <!-- Provides Command-Line Console Example Support --> @@ -54,23 +63,16 @@ <%= js 'parade-keyboard-input.js' %> <%= js 'parade-command-input.js' %> <%= js 'parade-command-visor.js' %> + <%= js 'parade-mobile.js' %> <!-- Powers the Table of Contents Menu - this allows you to move through the slides --> <%= js 'fg.menu.js' %> - <%= css 'fg.menu.css' %> - <%= css 'theme/ui.all.css' %> - <%= css 'jquery-terminal.css' %> - - <!-- Required for the Syntax Highlighting of Code to Work --> - - <%= css 'ghf_marked.css' %> - - <%= css 'default.css' %> + <%= css 'fg.menu.css', 'jquery-ui/ui.all.css', 'jquery-terminal.css' %> <%= plugin_css_files %> <%= theme_css %> <%= custom_css_files %>