Trev
Trev
I am able to reproduce this challenge with the following gulpfile: (gulp v4) ```javascript const { task, watch, src, dest, series } = require('gulp'); const sass = require('gulp-sass'); const autoprefix...
@tanema - I'm not running any sort of task runner, or even npm, outside of gulp itself. I just head over to my project root and type `shopifytk watch` (I...
@tanema I was inspecting the install script to see how it worked (I try to sandbox as much software as I much as I possibly can to my local user)...
> @trev-dev > `echo "$(uname) $(uname -m)"` I will be able to support other Arch users in the future. I beg your pardon @tanema - here's the output for this:...
> Okay so I have noticed that when I change main.scss (the file that is outputted directly as assets/main.css) the timestamp changes but when I change my variables the timestamp...
Of course, I went and had a look and found https://github.com/gulpjs/gulp/issues/2193 @tanema ...so it appears its a gulp issue first and a Shopify Themekit issue second.
@tanema Love the accountability for your user experience. For what it's worth, Gulp _is sorta looking into it too_, it's been offloaded into another issue but it has been open...
> > Currently, this is a feature of gulp 4 due to a limitation of node's fs.Stat object. If you need mtime to change - you need to modify the...
Not sure if it's a gulp problem or not but since updating to `ThemeKit 1.1.6 linux/amd64` I now have to use @WraithKenny's touch hack for everything that gets moved from...
Happy to supply the data. > What format is your image? Please run file your_inage_name and paste the output into your reply. I tried two formats, both exported from GIMP:...