Skip to content

Commit

Permalink
add path to service workers to gulp config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yurayarosh committed Jul 21, 2021
1 parent 53f566e commit 4d73bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion generators/app/templates/gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const config = {
css: `${destPath}/css`,
js: `${destPath}/js`,
img: `${destPath}/img`,
fonts: `${destPath}/fonts`,
fonts: `${destPath}/fonts`,<% if (pwa) { %>
sw: `${destPath}/sw.js`,<% } %>
},

setEnv(env) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-front-starter-kit",
"version": "1.3.5",
"version": "1.3.6",
"description": "Starter-kit for HTML, CSS, JS projects Generator.",
"files": [
"generators"
Expand Down

0 comments on commit 4d73bd0

Please sign in to comment.