Skip to content

Commit

Permalink
Add the main and the bundle of all files for production
Browse files Browse the repository at this point in the history
  • Loading branch information
octopusinvitro committed May 21, 2016
1 parent 0bd97c4 commit 7c0c054
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<link rel='stylesheet' type='text/css' href='/stylesheets/style.css' />
<link rel='stylesheet' type='text/css' href='/stylesheets/pygments.css' />
<link rel='stylesheet' type='text/css' href='/stylesheets/github.css' />
<!-- IE 6, 7, 8 and 9 -->
<!--[if IE]>
<script type="text/javascript" src="http://stuk.github.io/jszip-utils/dist/jszip-utils-ie.js"></script>
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ browsersync = require('browser-sync').create(),
'./javascripts-dev/src/downloader.js',
'./javascripts-dev/src/zipper.js',
'./javascripts-dev/src/ui.js',
'./javascripts-dev/main.js',
],
jsdist: './javascripts/',
};
Expand Down
1 change: 1 addition & 0 deletions javascripts-dev/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UserInterface.setup(Zipper, Downloader);
5 changes: 5 additions & 0 deletions javascripts/downloader-bundle.js

Large diffs are not rendered by default.

0 comments on commit 7c0c054

Please sign in to comment.