mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-14 09:03:33 -05:00
removed extra template path in gulp
This commit is contained in:
@@ -27,7 +27,6 @@ plugins.uglify = require('gulp-uglify');
|
|||||||
const paths = {
|
const paths = {
|
||||||
src: 'app/assets/',
|
src: 'app/assets/',
|
||||||
dist: 'app/static/',
|
dist: 'app/static/',
|
||||||
templates: 'app/templates/',
|
|
||||||
npm: 'node_modules/',
|
npm: 'node_modules/',
|
||||||
toolkit: 'node_modules/govuk_frontend_toolkit/',
|
toolkit: 'node_modules/govuk_frontend_toolkit/',
|
||||||
govuk_frontend: 'node_modules/govuk-frontend/'
|
govuk_frontend: 'node_modules/govuk-frontend/'
|
||||||
|
|||||||
Reference in New Issue
Block a user