Concatenate all js

This commit is contained in:
Ryan Watters
2017-03-08 18:32:34 -06:00
parent 5c638b6953
commit 248fdef37a
8 changed files with 19 additions and 28 deletions
@@ -11,9 +11,9 @@
<h2>Install in minutes and start building websites in (milli)seconds.</h2>
<p>Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.</p>
<div class="platform-icons">
<i class="fa fa-apple"></i>
<i class="fa fa-windows"></i>
<i class="fa fa-linux"></i>
<i class="icon-freebsd white"></i>
<i class="icon-apple"></i>
<i class="icon-windows"></i>
<i class="icon-linux"></i>
<i class="icon-freebsd"></i>
</div>
</div>
+1 -1
View File
@@ -1,4 +1,4 @@
<script src="/js/vendor/jquery-2.2.4.min.js"></script>
<!-- <script src="/js/vendor/jquery-2.2.4.min.js"></script> -->
<script src="/js/script.min.js" async defer></script>
{{$gaid := .Site.Params.googleanalyticstrackingcode }}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -63,7 +63,7 @@ gulp.task("image-resize", () => {
gulp.task('scripts', function(cb) {
pump([
gulp.src(['js/_clipboard.js','js/_filesaver.js', 'js/_velocity.min.js', 'js/_velocity.ui.min.js', 'js/_blast.js', 'js/scripts/*.js']),
gulp.src(['js/_jquery.min.js', 'js/_clipboard.js', 'js/_filesaver.js', 'js/_velocity.min.js', 'js/_velocity.ui.min.js', 'js/_blast.js', 'js/scripts/*.js']),
// sourcemaps.init(),
babel({
presets: ['es2015']
+4
View File
File diff suppressed because one or more lines are too long
-16
View File
@@ -2,22 +2,6 @@ svg.svg-icon {
max-width: 60px;
}
.icon-freebsd:before {
@include size(1em);
content: '';
display: inline-block;
margin-left: -.15em;
margin-right: 0em;
background-image: url(/images/hugo-icons/freebsd.svg);
background-size: contain;
background-repeat: no-repeat;
}
.icon-freebsd.white:before {
background-image: url(/images/hugo-icons/freebsd-white.svg);
margin-bottom: .2em;
}
//for template lookup yes/no/na (e.g., in single-page template [/templates/single-page-template/])
span.yes {
code {
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -4
View File
File diff suppressed because one or more lines are too long