removed extra template path in gulp

This commit is contained in:
Beverly Nguyen
2024-08-01 15:44:05 -07:00
parent da33213730
commit 9471174f20

View File

@@ -27,7 +27,6 @@ plugins.uglify = require('gulp-uglify');
const paths = {
src: 'app/assets/',
dist: 'app/static/',
templates: 'app/templates/',
npm: 'node_modules/',
toolkit: 'node_modules/govuk_frontend_toolkit/',
govuk_frontend: 'node_modules/govuk-frontend/'