-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Problem
Theme watch command not executing.
Succinct outline of the problem or request.
I'm trying to use gulp to execute theme watch command, but whenever I run it, it returns invalid API access token.
Replication steps
Install @shopify/themekit package manager.
Create a gulp task for the 'theme watch command'
example:
gulp.task ('watch', function(){
gulp.watch('scsss/*.scss', gulp.series('sass'))
themeKit.command('watch', {
allowLive: true,
env: 'development'
})
});
How to replicate the problem. Screenshots or video?
More Information
Any additional information which might be helpful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.