-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gulp update 2 #9
Conversation
source/package.json
Outdated
"name": "subtheme", | ||
"description": "Subtheme file for us in KIT-related projects", | ||
"name": "unitedrentals", | ||
"description": "UR: Drupal 8 KIT common theme support", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably change the name and description back to something KIT related.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch! sorry that got moved in
@@ -2,49 +2,28 @@ | |||
"name": "subtheme", | |||
"description": "Subtheme file for us in KIT-related projects", | |||
"author": "", | |||
"version": "8.1.2", | |||
"version": "1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we should make this 8.2.0, to follow convention that it's made for Drupal 8. Similarly, I was thinking I'd make our new tools be 8.2 as well, to make sure that we have a deprecated tool set for all of the current sites.
function buildImages() { | ||
const tasks = config.map(function(entry) { | ||
return src('themes/custom/' + entry.themeName + '/images/**/*') | ||
.pipe(changed(entry.destDir + '/img')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be the directory in the "dest" task below?
Closed since Karl's PR has this included. |
if this doesn't work see Garrett 😉