Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #175 from trailimage/develop
Browse files Browse the repository at this point in the history
fix map links
  • Loading branch information
Jason-Abbott authored Dec 8, 2019
2 parents ce5808f + 909487b commit 1f9ba29
Show file tree
Hide file tree
Showing 15 changed files with 404 additions and 400 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.1.1

- Update image lazy load plugin
- Fix image map link

## 5.1.0

- Improve paragraph and blockquote padding consistency
Expand Down
7 changes: 2 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ const buildCSS = () =>

// https://github.com/gulp-sourcemaps/gulp-sourcemaps
const buildJS = () =>
merge(
tsConfig.src().pipe(tsConfig()),
gulp.src(jsPath + 'jquery.lazyload.js')
)
merge(tsConfig.src().pipe(tsConfig()))
.pipe(
bundle('post', 'static-map', 'jquery.lazyload').as('post', {
bundle('post', 'static-map', 'lazy-load').as('post', {
keep: ['static-map']
})
)
Expand Down
320 changes: 226 additions & 94 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trail-image/blog",
"description": "Trail Image blog",
"version": "5.1.0",
"version": "5.1.1",
"private": false,
"author": {
"name": "Jason Abbott"
Expand All @@ -19,17 +19,17 @@
},
"dependencies": {
"@toba/block-spam-referer": "^2.1.0",
"@toba/develop": "^6.7.4",
"@toba/develop": "^6.7.5",
"@toba/feed": "^3.1.1",
"@toba/handlebars": "^2.1.0",
"@toba/node-tools": "^1.4.12",
"@toba/node-tools": "^1.4.13",
"@trailimage/flickr-provider": "^3.2.0",
"@trailimage/google-provider": "^2.5.0",
"@trailimage/models": "^3.2.1",
"compression": "^1.7.0",
"express": "^4.16.0",
"node-fetch": "^2.2.0",
"uglify-js": "^3.6.9"
"uglify-js": "^3.7.2"
},
"devDependencies": {
"@toba/test": "^4.1.17",
Expand All @@ -40,10 +40,10 @@
"@types/gapi": "0.0.35",
"@types/geojson": "^7946.0.0",
"@types/google.analytics": "^0.0.37",
"@types/googlemaps": "^3.38.0",
"@types/googlemaps": "^3.38.1",
"@types/jquery": "^3.3.0",
"@types/mapbox-gl": "^0.45.0",
"@types/node-fetch": "^2.5.3",
"@types/node-fetch": "^2.5.4",
"@types/request": "^2.48.3",
"@types/twitter": "1.7.0",
"@types/uglify-js": "^3.0.0",
Expand All @@ -58,7 +58,7 @@
"merge2": "^1.3.0",
"through2": "^3.0.0",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions public/js/jquery.lazyload.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/lazy-load.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/mapbox.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f9ba29

Please sign in to comment.