Skip to content

Commit b0a897d

Browse files
authored
Merge pull request #24 from yama-dev/v0.13.2
V0.13.2
2 parents 50b3702 + 0d0c1fd commit b0a897d

File tree

13 files changed

+275
-980
lines changed

13 files changed

+275
-980
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SLUG=js-scroll-effect-module
2-
VERSION=0.11.2
2+
VERSION=0.13.2

Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
include .env
22

3-
VIM := mvim
4-
53
PROGRAM := npm
64
RM := rm -rf
75
MK := mkdir
@@ -13,16 +11,13 @@ ZIP_FOLDER := _v$(VERSION)
1311
ENV_DEV := NODE_ENV=development
1412
ENV_PROD := NODE_ENV=production
1513

16-
all: editor serve
14+
all: serve
1715

1816
build: clean prod
1917

2018
install:
2119
$(PROGRAM) install
2220

23-
editor:
24-
$(VIM) './'
25-
2621
clean:
2722
$(RM) dist
2823

@@ -36,7 +31,8 @@ zip:
3631
$(RM) $(ZIP_FOLDER)
3732
$(MK) $(ZIP_FOLDER)
3833
$(CP) dist/js-scroll-effect-module.js examples/index.html $(ZIP_FOLDER)/
34+
$(CP) examples/scroll-effect-module.css examples/scroll-effect-module.css $(ZIP_FOLDER)/
3935
sed -i "" "s/..\/dist\//.\//g" "$(ZIP_FOLDER)/index.html"
4036
$(ZIP) $(ZIP_FOLDER)/$(VERSION).zip -r $(ZIP_FOLDER)/*
4137

42-
.PHONY: all build editor serve clean prod zip install
38+
.PHONY: all build serve clean prod zip install

dist/js-scroll-effect-module.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/bg.jpg

-460 KB
Binary file not shown.

examples/empty.html

Lines changed: 0 additions & 124 deletions
This file was deleted.

examples/floor-nav.html

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)