Quazz
Quazz
`sudo -u bitnami rm -rf pub/static` At the very least this is incorrect (I see it incorrectly stated in the instructions for Baler), this will also remove the .htaccess file...
@ahentea You could add each javascript file to src/excludedFiles.ts Then rebuild the baler binary per the instructions. eg `'text!js-translation.json', 'jquery-ui-modules/datepicker',` (new lines work, last line must also end with ,)...
@Nafisa78 It means something went wrong, it is supposed to loop through your themes and gather info about the JS files. You can try to run `baler build --trace` to...
After enabled modules you should see: `received modules/themes payload from magento: (...)` Followed by much more afterwards as it looks for theme parents, deployed locales, etc And then it should...
Works fine for me, do you perform any transformations on the SKU? Can you verify in the source file that it's 0017?
I would just like to comment on this, because the explanation doesn't fully stack up with other capabilities of Magmi. I can, for example, assign an existing product to a...
Perhaps bringing back the websites column as an optional parameter would be interesting. This way people could continue to use Magmi as they were and also have the option to...
A potential problem might be how the valuereplacer works. I find doing what you're trying to do above to rarely work. If you however store those values in a different...
I believe that was actually a core Magento bug. Magento 2.4.2 changelog contains this: > Partial re-indexing of large catalogs now works as expected. Previously, products randomly disappeared from the...
Ideally the js file would be required through a phtml file which can then be included in the layout with an ifconfig option pointing to whether or not analytics is...