slideit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +5 -0
  4. data/CODE_OF_CONDUCT.md +49 -0
  5. data/Gemfile +4 -0
  6. data/README.md +38 -0
  7. data/Rakefile +10 -0
  8. data/bin/slideit +34 -0
  9. data/lib/slideit/version.rb +3 -0
  10. data/lib/slideit.rb +110 -0
  11. data/res/reveal.js-3.3.0/.gitignore +13 -0
  12. data/res/reveal.js-3.3.0/.travis.yml +5 -0
  13. data/res/reveal.js-3.3.0/CONTRIBUTING.md +23 -0
  14. data/res/reveal.js-3.3.0/Gruntfile.js +176 -0
  15. data/res/reveal.js-3.3.0/LICENSE +19 -0
  16. data/res/reveal.js-3.3.0/README.md +1104 -0
  17. data/res/reveal.js-3.3.0/bower.json +27 -0
  18. data/res/reveal.js-3.3.0/css/print/paper.css +202 -0
  19. data/res/reveal.js-3.3.0/css/print/pdf.css +160 -0
  20. data/res/reveal.js-3.3.0/css/reveal.css +1331 -0
  21. data/res/reveal.js-3.3.0/css/reveal.scss +1411 -0
  22. data/res/reveal.js-3.3.0/css/theme/README.md +21 -0
  23. data/res/reveal.js-3.3.0/css/theme/beige.css +291 -0
  24. data/res/reveal.js-3.3.0/css/theme/black.css +287 -0
  25. data/res/reveal.js-3.3.0/css/theme/blood.css +310 -0
  26. data/res/reveal.js-3.3.0/css/theme/league.css +293 -0
  27. data/res/reveal.js-3.3.0/css/theme/moon.css +291 -0
  28. data/res/reveal.js-3.3.0/css/theme/night.css +285 -0
  29. data/res/reveal.js-3.3.0/css/theme/serif.css +287 -0
  30. data/res/reveal.js-3.3.0/css/theme/simple.css +287 -0
  31. data/res/reveal.js-3.3.0/css/theme/sky.css +294 -0
  32. data/res/reveal.js-3.3.0/css/theme/solarized.css +291 -0
  33. data/res/reveal.js-3.3.0/css/theme/source/beige.scss +39 -0
  34. data/res/reveal.js-3.3.0/css/theme/source/black.scss +49 -0
  35. data/res/reveal.js-3.3.0/css/theme/source/blood.scss +79 -0
  36. data/res/reveal.js-3.3.0/css/theme/source/league.scss +34 -0
  37. data/res/reveal.js-3.3.0/css/theme/source/moon.scss +57 -0
  38. data/res/reveal.js-3.3.0/css/theme/source/night.scss +35 -0
  39. data/res/reveal.js-3.3.0/css/theme/source/serif.scss +35 -0
  40. data/res/reveal.js-3.3.0/css/theme/source/simple.scss +38 -0
  41. data/res/reveal.js-3.3.0/css/theme/source/sky.scss +46 -0
  42. data/res/reveal.js-3.3.0/css/theme/source/solarized.scss +63 -0
  43. data/res/reveal.js-3.3.0/css/theme/source/white.scss +49 -0
  44. data/res/reveal.js-3.3.0/css/theme/template/mixins.scss +29 -0
  45. data/res/reveal.js-3.3.0/css/theme/template/settings.scss +43 -0
  46. data/res/reveal.js-3.3.0/css/theme/template/theme.scss +346 -0
  47. data/res/reveal.js-3.3.0/css/theme/white.css +287 -0
  48. data/res/reveal.js-3.3.0/demo.html +410 -0
  49. data/res/reveal.js-3.3.0/index.html +52 -0
  50. data/res/reveal.js-3.3.0/js/reveal.js +4744 -0
  51. data/res/reveal.js-3.3.0/lib/css/zenburn.css +80 -0
  52. data/res/reveal.js-3.3.0/lib/font/league-gothic/LICENSE +2 -0
  53. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.css +10 -0
  54. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.eot +0 -0
  55. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.ttf +0 -0
  56. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.woff +0 -0
  57. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/LICENSE +45 -0
  58. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  59. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  60. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  61. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  62. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  63. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  64. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  65. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  66. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  67. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  68. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  69. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  70. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  71. data/res/reveal.js-3.3.0/lib/js/classList.js +2 -0
  72. data/res/reveal.js-3.3.0/lib/js/head.min.js +9 -0
  73. data/res/reveal.js-3.3.0/lib/js/html5shiv.js +7 -0
  74. data/res/reveal.js-3.3.0/package.json +44 -0
  75. data/res/reveal.js-3.3.0/plugin/highlight/highlight.js +31 -0
  76. data/res/reveal.js-3.3.0/plugin/markdown/example.html +129 -0
  77. data/res/reveal.js-3.3.0/plugin/markdown/example.md +31 -0
  78. data/res/reveal.js-3.3.0/plugin/markdown/markdown.js +405 -0
  79. data/res/reveal.js-3.3.0/plugin/markdown/marked.js +6 -0
  80. data/res/reveal.js-3.3.0/plugin/math/math.js +67 -0
  81. data/res/reveal.js-3.3.0/plugin/multiplex/client.js +13 -0
  82. data/res/reveal.js-3.3.0/plugin/multiplex/index.js +64 -0
  83. data/res/reveal.js-3.3.0/plugin/multiplex/master.js +31 -0
  84. data/res/reveal.js-3.3.0/plugin/multiplex/package.json +19 -0
  85. data/res/reveal.js-3.3.0/plugin/notes/notes.html +414 -0
  86. data/res/reveal.js-3.3.0/plugin/notes/notes.js +136 -0
  87. data/res/reveal.js-3.3.0/plugin/notes-server/client.js +65 -0
  88. data/res/reveal.js-3.3.0/plugin/notes-server/index.js +69 -0
  89. data/res/reveal.js-3.3.0/plugin/notes-server/notes.html +407 -0
  90. data/res/reveal.js-3.3.0/plugin/print-pdf/print-pdf.js +48 -0
  91. data/res/reveal.js-3.3.0/plugin/search/search.js +196 -0
  92. data/res/reveal.js-3.3.0/plugin/zoom-js/zoom.js +278 -0
  93. data/res/reveal.js-3.3.0/simple.html +90 -0
  94. data/res/reveal.js-3.3.0/test/examples/assets/image1.png +0 -0
  95. data/res/reveal.js-3.3.0/test/examples/assets/image2.png +0 -0
  96. data/res/reveal.js-3.3.0/test/examples/barebones.html +41 -0
  97. data/res/reveal.js-3.3.0/test/examples/embedded-media.html +49 -0
  98. data/res/reveal.js-3.3.0/test/examples/math.html +185 -0
  99. data/res/reveal.js-3.3.0/test/examples/slide-backgrounds.html +144 -0
  100. data/res/reveal.js-3.3.0/test/examples/slide-transitions.html +101 -0
  101. data/res/reveal.js-3.3.0/test/qunit-1.12.0.css +244 -0
  102. data/res/reveal.js-3.3.0/test/qunit-1.12.0.js +2212 -0
  103. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.html +134 -0
  104. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.js +46 -0
  105. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.html +128 -0
  106. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.js +47 -0
  107. data/res/reveal.js-3.3.0/test/test-markdown.html +52 -0
  108. data/res/reveal.js-3.3.0/test/test-markdown.js +15 -0
  109. data/res/reveal.js-3.3.0/test/test-pdf.html +83 -0
  110. data/res/reveal.js-3.3.0/test/test-pdf.js +15 -0
  111. data/res/reveal.js-3.3.0/test/test.html +86 -0
  112. data/res/reveal.js-3.3.0/test/test.js +597 -0
  113. data/res/reveal.js-3.3.0/test.md +31 -0
  114. data/slideit.gemspec +25 -0
  115. metadata +199 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 88d721dfe150b2c4e116f99654b1e741c4313dde
4
+ data.tar.gz: 55628936dfb400a648660659c8e41a2a73fbc75e
5
+ SHA512:
6
+ metadata.gz: 83eac6a837a2e2ee18b77960a94be18936a79ece55f17ab3af7a6dd4bf132652b73fb3a5a8cd27e36fb460da2ce36259cedcbba466300cd8ed0bd323faca0ca6
7
+ data.tar.gz: 872ba5df2e60f674a7b566850fc8b183c0bc6e0e1bf944463ed088fe62ae94296ab4e317b0dc8c03538acce2f9fce75c706a5f795b26d9980b2ffff93076eaf5
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.0
5
+ before_install: gem install bundler -v 1.12.5
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at vincent@boohee.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in slideit.gemspec
4
+ gemspec
data/README.md ADDED
@@ -0,0 +1,38 @@
1
+ # Slideit
2
+
3
+ Display markdown slides using RevealJS HTML.
4
+
5
+ ## Installation
6
+
7
+ $ gem install slideit
8
+
9
+ ## Usage
10
+
11
+ test.md's content is following
12
+
13
+ ```
14
+ ## Demo 1
15
+ Slide 1
16
+ ---
17
+ ## Demo 1
18
+ Slide 2
19
+ ---
20
+ ## Demo 1
21
+ Slide 3
22
+ ```
23
+
24
+ ```
25
+ slideit test.md
26
+ ```
27
+
28
+ Open it in browser
29
+ `http://localhost:8000/test.md`
30
+
31
+ ## Development
32
+
33
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/xiewenwei/slideit. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
+
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList['test/**/*_test.rb']
8
+ end
9
+
10
+ task default: :test
data/bin/slideit ADDED
@@ -0,0 +1,34 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
4
+
5
+ require 'optparse'
6
+ require 'slideit'
7
+
8
+ options = {}
9
+ OptionParser.new do |opts|
10
+ opts.banner = "Usage: slideit [options] slide-file"
11
+
12
+ opts.on("-p port", "--port PORT", "The port for slides server") do |v|
13
+ options[:port] = v
14
+ end
15
+
16
+ opts.on("-t theme", "--theme THEME", "The theme for slides") do |v|
17
+ options[:theme] = v
18
+ end
19
+
20
+ options[:pdf] = false
21
+ opts.on("--pdf", "Output pdf file") do |v|
22
+ options[:pdf] = true
23
+ end
24
+ end.parse!
25
+
26
+ #puts "options is #{options.inspect}"
27
+ #puts "ARGV is #{ARGV.inspect}"
28
+
29
+ if ARGV.size == 0
30
+ puts "Please input slide-file"
31
+ exit(1)
32
+ else
33
+ Slideit.show ARGV[0], options
34
+ end
@@ -0,0 +1,3 @@
1
+ module Slideit
2
+ VERSION = "0.1.0"
3
+ end
data/lib/slideit.rb ADDED
@@ -0,0 +1,110 @@
1
+ require "slideit/version"
2
+ require 'webrick'
3
+
4
+ module Slideit
5
+ def self.show(file, options)
6
+ root = File.expand_path "../../res/reveal.js-3.3.0", __FILE__
7
+ #puts "root is #{root}"
8
+
9
+ port = options[:port] ? options[:port].to_i : 8000
10
+ server = WEBrick::HTTPServer.new Port: port, DocumentRoot: root
11
+
12
+ trap 'INT' do server.shutdown end
13
+
14
+ file_name = File.basename(file)
15
+ server.mount_proc "/#{file_name}" do |req, res|
16
+ res.status = 200
17
+ res['Content-Type'] = 'text/html'
18
+ res.body = slide_content(file)
19
+ end
20
+
21
+ server.start
22
+ end
23
+
24
+ def self.slide_content(file)
25
+ markdown_body = File.read(file)
26
+ html_body = %Q[
27
+ <!doctype html>
28
+ <html lang="en">
29
+
30
+ <head>
31
+ <meta charset="utf-8">
32
+
33
+ <title>reveal.js – The HTML Presentation Framework</title>
34
+
35
+ <meta name="description" content="A framework for easily creating beautiful presentations using HTML">
36
+ <meta name="author" content="Hakim El Hattab">
37
+
38
+ <meta name="apple-mobile-web-app-capable" content="yes">
39
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
40
+
41
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
42
+
43
+ <link rel="stylesheet" href="css/reveal.css">
44
+ <link rel="stylesheet" href="css/theme/black.css" id="theme">
45
+
46
+ <!-- Theme used for syntax highlighting of code -->
47
+ <link rel="stylesheet" href="lib/css/zenburn.css">
48
+
49
+ <!-- Printing and PDF exports -->
50
+ <script>
51
+ var link = document.createElement( 'link' );
52
+ link.rel = 'stylesheet';
53
+ link.type = 'text/css';
54
+ link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
55
+ document.getElementsByTagName( 'head' )[0].appendChild( link );
56
+ </script>
57
+
58
+ <!--[if lt IE 9]>
59
+ <script src="lib/js/html5shiv.js"></script>
60
+ <![endif]-->
61
+ </head>
62
+
63
+ <body>
64
+
65
+ <div class="reveal">
66
+
67
+ <div class="slides">
68
+
69
+ <section data-markdown data-separator="---">
70
+ <script type="text/template">
71
+ #{markdown_body}
72
+ </script>
73
+ </section>
74
+
75
+ </div>
76
+
77
+ </div>
78
+
79
+ <script src="lib/js/head.min.js"></script>
80
+ <script src="js/reveal.js"></script>
81
+
82
+ <script>
83
+
84
+ // More info https://github.com/hakimel/reveal.js#configuration
85
+ Reveal.initialize({
86
+ controls: true,
87
+ progress: true,
88
+ history: true,
89
+ center: true,
90
+
91
+ transition: 'slide', // none/fade/slide/convex/concave/zoom
92
+
93
+ // More info https://github.com/hakimel/reveal.js#dependencies
94
+ dependencies: [
95
+ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
96
+ { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
97
+ { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
98
+ { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
99
+ { src: 'plugin/zoom-js/zoom.js', async: true },
100
+ { src: 'plugin/notes/notes.js', async: true }
101
+ ]
102
+ });
103
+
104
+ </script>
105
+
106
+ </body>
107
+ </html>]
108
+
109
+ end
110
+ end
@@ -0,0 +1,13 @@
1
+ .idea/
2
+ *.iml
3
+ *.iws
4
+ *.eml
5
+ out/
6
+ .DS_Store
7
+ .svn
8
+ log/*.log
9
+ tmp/**
10
+ node_modules/
11
+ .sass-cache
12
+ css/reveal.min.css
13
+ js/reveal.min.js
@@ -0,0 +1,5 @@
1
+ language: node_js
2
+ node_js:
3
+ - 4.1.1
4
+ before_script:
5
+ - npm install -g grunt-cli
@@ -0,0 +1,23 @@
1
+ ## Contributing
2
+
3
+ Please keep the [issue tracker](http://github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**.
4
+
5
+
6
+ ### Personal Support
7
+ If you have personal support or setup questions the best place to ask those are [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js).
8
+
9
+
10
+ ### Bug Reports
11
+ When reporting a bug make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested.
12
+
13
+
14
+ ### Pull Requests
15
+ - Should follow the coding style of the file you work in, most importantly:
16
+ - Tabs to indent
17
+ - Single-quoted strings
18
+ - Should be made towards the **dev branch**
19
+ - Should be submitted from a feature/topic branch (not your master)
20
+
21
+
22
+ ### Plugins
23
+ Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines
@@ -0,0 +1,176 @@
1
+ /* global module:false */
2
+ module.exports = function(grunt) {
3
+ var port = grunt.option('port') || 8000;
4
+ var base = grunt.option('base') || '.';
5
+
6
+ // Project configuration
7
+ grunt.initConfig({
8
+ pkg: grunt.file.readJSON('package.json'),
9
+ meta: {
10
+ banner:
11
+ '/*!\n' +
12
+ ' * reveal.js <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' +
13
+ ' * http://lab.hakim.se/reveal-js\n' +
14
+ ' * MIT licensed\n' +
15
+ ' *\n' +
16
+ ' * Copyright (C) 2016 Hakim El Hattab, http://hakim.se\n' +
17
+ ' */'
18
+ },
19
+
20
+ qunit: {
21
+ files: [ 'test/*.html' ]
22
+ },
23
+
24
+ uglify: {
25
+ options: {
26
+ banner: '<%= meta.banner %>\n'
27
+ },
28
+ build: {
29
+ src: 'js/reveal.js',
30
+ dest: 'js/reveal.min.js'
31
+ }
32
+ },
33
+
34
+ sass: {
35
+ core: {
36
+ files: {
37
+ 'css/reveal.css': 'css/reveal.scss',
38
+ }
39
+ },
40
+ themes: {
41
+ files: [
42
+ {
43
+ expand: true,
44
+ cwd: 'css/theme/source',
45
+ src: ['*.scss'],
46
+ dest: 'css/theme',
47
+ ext: '.css'
48
+ }
49
+ ]
50
+ }
51
+ },
52
+
53
+ autoprefixer: {
54
+ dist: {
55
+ src: 'css/reveal.css'
56
+ }
57
+ },
58
+
59
+ cssmin: {
60
+ compress: {
61
+ files: {
62
+ 'css/reveal.min.css': [ 'css/reveal.css' ]
63
+ }
64
+ }
65
+ },
66
+
67
+ jshint: {
68
+ options: {
69
+ curly: false,
70
+ eqeqeq: true,
71
+ immed: true,
72
+ latedef: true,
73
+ newcap: true,
74
+ noarg: true,
75
+ sub: true,
76
+ undef: true,
77
+ eqnull: true,
78
+ browser: true,
79
+ expr: true,
80
+ globals: {
81
+ head: false,
82
+ module: false,
83
+ console: false,
84
+ unescape: false,
85
+ define: false,
86
+ exports: false
87
+ }
88
+ },
89
+ files: [ 'Gruntfile.js', 'js/reveal.js' ]
90
+ },
91
+
92
+ connect: {
93
+ server: {
94
+ options: {
95
+ port: port,
96
+ base: base,
97
+ livereload: true,
98
+ open: true
99
+ }
100
+ }
101
+ },
102
+
103
+ zip: {
104
+ 'reveal-js-presentation.zip': [
105
+ 'index.html',
106
+ 'css/**',
107
+ 'js/**',
108
+ 'lib/**',
109
+ 'images/**',
110
+ 'plugin/**',
111
+ '**.md'
112
+ ]
113
+ },
114
+
115
+ watch: {
116
+ js: {
117
+ files: [ 'Gruntfile.js', 'js/reveal.js' ],
118
+ tasks: 'js'
119
+ },
120
+ theme: {
121
+ files: [ 'css/theme/source/*.scss', 'css/theme/template/*.scss' ],
122
+ tasks: 'css-themes'
123
+ },
124
+ css: {
125
+ files: [ 'css/reveal.scss' ],
126
+ tasks: 'css-core'
127
+ },
128
+ html: {
129
+ files: [ '*.html']
130
+ },
131
+ markdown: {
132
+ files: [ '*.md' ]
133
+ },
134
+ options: {
135
+ livereload: true
136
+ }
137
+ }
138
+
139
+ });
140
+
141
+ // Dependencies
142
+ grunt.loadNpmTasks( 'grunt-contrib-qunit' );
143
+ grunt.loadNpmTasks( 'grunt-contrib-jshint' );
144
+ grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
145
+ grunt.loadNpmTasks( 'grunt-contrib-uglify' );
146
+ grunt.loadNpmTasks( 'grunt-contrib-watch' );
147
+ grunt.loadNpmTasks( 'grunt-sass' );
148
+ grunt.loadNpmTasks( 'grunt-contrib-connect' );
149
+ grunt.loadNpmTasks( 'grunt-autoprefixer' );
150
+ grunt.loadNpmTasks( 'grunt-zip' );
151
+
152
+ // Default task
153
+ grunt.registerTask( 'default', [ 'css', 'js' ] );
154
+
155
+ // JS task
156
+ grunt.registerTask( 'js', [ 'jshint', 'uglify', 'qunit' ] );
157
+
158
+ // Theme CSS
159
+ grunt.registerTask( 'css-themes', [ 'sass:themes' ] );
160
+
161
+ // Core framework CSS
162
+ grunt.registerTask( 'css-core', [ 'sass:core', 'autoprefixer', 'cssmin' ] );
163
+
164
+ // All CSS
165
+ grunt.registerTask( 'css', [ 'sass', 'autoprefixer', 'cssmin' ] );
166
+
167
+ // Package presentation to archive
168
+ grunt.registerTask( 'package', [ 'default', 'zip' ] );
169
+
170
+ // Serve presentation locally
171
+ grunt.registerTask( 'serve', [ 'connect', 'watch' ] );
172
+
173
+ // Run tests
174
+ grunt.registerTask( 'test', [ 'jshint', 'qunit' ] );
175
+
176
+ };
@@ -0,0 +1,19 @@
1
+ Copyright (C) 2016 Hakim El Hattab, http://hakim.se
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.