Benjamin Tan
7cd2c9138d
head.js: Remove source map URL since it doesn't exist.
...
This prevents additional requests from devtools when debugging code.
2018-02-08 11:22:11 +08:00
Benjamin Tan
18e7dd2173
Cleanup code style.
2018-02-08 11:22:01 +08:00
Benjamin Tan
fb97d99bff
Simplify Travis test script.
2018-02-08 11:20:41 +08:00
Benjamin Tan
4dabd439d2
Fix testing on Windows machines.
...
Windows carriage return line endings were not being tested for.
Fixes #2087 .
2018-02-01 20:28:20 +08:00
Benjamin Tan
f9d0766637
Update QUnit to 2.5.0 and grunt-contrib-qunit to 2.0.0.
2018-01-22 22:38:32 +08:00
Benjamin Tan
f0fa6fb226
Update grunt-contrib-uglify.
2018-01-22 22:38:30 +08:00
Benjamin Tan
e382d5cfab
Update dependencies.
2018-01-22 22:38:29 +08:00
Benjamin Tan
6816a0205e
Allow data-background images to load even if there is whitespace at the end.
...
Fixes #2032 .
2018-01-22 17:17:08 +08:00
Benjamin Tan
fd7894fa13
Allow JS files with query strings to be loaded.
...
Fixes #1944 .
2018-01-22 16:33:10 +08:00
Benjamin Tan
b294323854
Upgrade Grunt dependencies and standardise on a consistent file format.
...
Closes #1226 , #1538 .
2017-05-01 12:16:30 +08:00
Benjamin Tan
441a26cf90
Allow background images without protocols to have query hashes/parameters.
...
Closes #1603 .
2016-12-11 18:14:02 +08:00
Benjamin Tan
4d0f1adc40
Add note about head.js to readme.
...
Closes #1569 .
2016-12-11 16:29:07 +08:00
Benjamin Tan
90b301d0a0
Enable passing options for parsing Markdown.
...
Closes #1163 , #1495 .
2016-12-08 17:41:55 +08:00
Benjamin Tan
22de402888
Shift dependencies to devDependencies.
...
The `reveal.js` npm module is typically installed to access the CSS/JS
assets for Reveal.js. For those that want to run the plugins, they would
clone the whole repository. Hence, it doesn’t make sense to include
those as `dependencies`, which will increase download times.
Closes #1734 .
2016-12-08 15:26:16 +08:00
Benjamin Tan and Hakim El Hattab
713702a0ab
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 11:38:17 +01:00
Benjamin Tan
03ac4a2e8e
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 18:12:41 +08:00
Benjamin Tan
ac2a3fff75
Make PDF export section less OS X specific.
...
Closes #1073 .
2016-03-07 19:15:59 +08:00
Benjamin Tan
6d0b52026a
Fix query parameter issue in notes plugin.
...
Closes #1392 .
2016-03-06 18:28:08 +08:00
Benjamin Tan
9eb56f8146
Remove unused dependencies.
2016-03-06 16:52:02 +08:00