Skip to content

Commit

Permalink
added post
Browse files Browse the repository at this point in the history
 tag function script to gulp compiler
  • Loading branch information
szack25 committed Jan 8, 2024
1 parent 4df24d4 commit 5730b83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/built/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/main.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
}
</script>
<script src="{{asset "built/main.min.js"}}"></script>
<script src="{{asset "js/post-tag-add.js"}}"></script>
{{ghost_foot}}
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ function js(done) {
'node_modules/@tryghost/shared-theme-assets/assets/js/v1/lib/**/*.js',
'node_modules/@tryghost/shared-theme-assets/assets/js/v1/main.js',
'assets/js/lib/*.js',
'assets/js/main.js'
'assets/js/main.js',
'assets/js/post-tag-add.js'
], {sourcemaps: true}),
concat('main.min.js'),
uglify(),
Expand Down

0 comments on commit 5730b83

Please sign in to comment.