We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1e71d commit 49dba87Copy full SHA for 49dba87
Makefile
@@ -37,6 +37,6 @@ zip:
37
$(CP) dist/js-scroll-effect-module.js examples/index.html $(ZIP_FOLDER)/
38
$(CP) examples/scroll-effect-module.css examples/scroll-effect-module.css $(ZIP_FOLDER)/
39
sed -i "" "s/..\/dist\//.\//g" "$(ZIP_FOLDER)/index.html"
40
- $(ZIP) $(ZIP_FOLDER)/$(VERSION).zip -r $(ZIP_FOLDER)/*
+ $(ZIP) $(ZIP_FOLDER)/$(SLUG)_v$(VERSION).zip -r $(ZIP_FOLDER)/*
41
42
.PHONY: all build serve clean prod zip install
0 commit comments