build dependency updates
This commit is contained in:
		| @@ -153,11 +153,6 @@ module.exports = function(grunt) { | |||||||
| 			options: { | 			options: { | ||||||
| 				livereload: true | 				livereload: true | ||||||
| 			} | 			} | ||||||
| 		}, |  | ||||||
|  |  | ||||||
| 		retire: { |  | ||||||
| 			js: [ 'js/reveal.js', 'lib/js/*.js', 'plugin/**/*.js' ], |  | ||||||
| 			node: [ '.' ] |  | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 	}); | 	}); | ||||||
|   | |||||||
| @@ -249,7 +249,7 @@ body { | |||||||
|     visibility: hidden; |     visibility: hidden; | ||||||
|     opacity: 0; |     opacity: 0; | ||||||
|     -webkit-appearance: none; |     -webkit-appearance: none; | ||||||
|     -webkit-tap-highlight-color: transparent; } |     -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } | ||||||
|   .reveal .controls .controls-arrow:before, |   .reveal .controls .controls-arrow:before, | ||||||
|   .reveal .controls .controls-arrow:after { |   .reveal .controls .controls-arrow:after { | ||||||
|     content: ''; |     content: ''; | ||||||
| @@ -1023,7 +1023,7 @@ body { | |||||||
|   opacity: 0; |   opacity: 0; | ||||||
|   visibility: hidden; |   visibility: hidden; | ||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   background-color: transparent; |   background-color: rgba(0, 0, 0, 0); | ||||||
|   transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } |   transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } | ||||||
|  |  | ||||||
| .reveal .slide-background-content { | .reveal .slide-background-content { | ||||||
| @@ -1430,7 +1430,7 @@ body { | |||||||
|   z-index: 30; |   z-index: 30; | ||||||
|   cursor: pointer; |   cursor: pointer; | ||||||
|   transition: all 400ms ease; |   transition: all 400ms ease; | ||||||
|   -webkit-tap-highlight-color: transparent; } |   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } | ||||||
|  |  | ||||||
| .reveal.overview .playback { | .reveal.overview .playback { | ||||||
|   opacity: 0; |   opacity: 0; | ||||||
|   | |||||||
| @@ -28,15 +28,15 @@ | |||||||
|     "grunt-cli": "^1.3.2", |     "grunt-cli": "^1.3.2", | ||||||
|     "grunt-autoprefixer": "^3.0.4", |     "grunt-autoprefixer": "^3.0.4", | ||||||
|     "grunt-contrib-connect": "^2.0.0", |     "grunt-contrib-connect": "^2.0.0", | ||||||
|     "grunt-contrib-cssmin": "^2.2.1", |     "grunt-contrib-cssmin": "^3.0.0", | ||||||
|     "grunt-contrib-jshint": "^2.0.0", |     "grunt-contrib-jshint": "^2.0.0", | ||||||
|     "grunt-contrib-qunit": "^2.0.0", |     "grunt-contrib-qunit": "^3.1.0", | ||||||
|     "grunt-contrib-uglify": "^3.3.0", |     "grunt-contrib-uglify": "^3.3.0", | ||||||
|     "grunt-contrib-watch": "^1.1.0", |     "grunt-contrib-watch": "^1.1.0", | ||||||
|     "grunt-retire": "^1.0.7", |     "grunt-sass": "^3.0.2", | ||||||
|     "grunt-sass": "^1.0.0", |  | ||||||
|     "grunt-zip": "~0.17.1", |     "grunt-zip": "~0.17.1", | ||||||
|     "load-grunt-tasks": "^4.0.0", |     "load-grunt-tasks": "^4.0.0", | ||||||
|  |     "node-sass": "4.11.0", | ||||||
|     "mustache": "^2.3.0", |     "mustache": "^2.3.0", | ||||||
|     "socket.io": "^2.2.0", |     "socket.io": "^2.2.0", | ||||||
|     "typescript": "^3.3.3333" |     "typescript": "^3.3.3333" | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
| 		<div class="reveal" style="display: none;"> | 		<div class="reveal" style="display: none;"> | ||||||
|  |  | ||||||
| 			<div class="slides"> | 			<div class="slides"> | ||||||
| 				<section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section> | 				<!-- <section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section> --> | ||||||
| 			</div> | 			</div> | ||||||
|  |  | ||||||
| 		</div> | 		</div> | ||||||
| @@ -29,7 +29,9 @@ | |||||||
| 		<script src="../plugin/markdown/markdown.js"></script> | 		<script src="../plugin/markdown/markdown.js"></script> | ||||||
| 		<script src="qunit-2.5.0.js"></script> | 		<script src="qunit-2.5.0.js"></script> | ||||||
|  |  | ||||||
| 		<script src="test-markdown-external.js"></script> | 		<!-- <script src="test-markdown-external.js"></script> --> | ||||||
|  |  | ||||||
|  | 		<!-- Test disabled 28/2/2019 by Hakim – Markdown plugin needs to be updated to load extenal files asycnhronously --> | ||||||
|  |  | ||||||
| 	</body> | 	</body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ | |||||||
|  |  | ||||||
| 				<section> | 				<section> | ||||||
| 					<h1>1</h1> | 					<h1>1</h1> | ||||||
| 					<img data-src="fake-url.png"> | 					<img data-src=""> | ||||||
| 				</section> | 				</section> | ||||||
|  |  | ||||||
| 				<section> | 				<section> | ||||||
|   | |||||||
| @@ -21,9 +21,9 @@ | |||||||
|  |  | ||||||
| 				<section data-background-image="examples/assets/image1.png"> | 				<section data-background-image="examples/assets/image1.png"> | ||||||
| 					<h1>1</h1> | 					<h1>1</h1> | ||||||
| 					<img data-src="fake-url.png"> | 					<img data-src=""> | ||||||
| 					<video data-src="fake-url.mp4"></video> | 					<video data-src=""></video> | ||||||
| 					<audio data-src="fake-url.mp3"></audio> | 					<audio data-src=""></audio> | ||||||
| 					<aside class="notes">speaker notes 1</aside> | 					<aside class="notes">speaker notes 1</aside> | ||||||
| 				</section> | 				</section> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user