Skip to content

Commit 555a986

Browse files
committed
including jquery
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 10ddecb commit 555a986

File tree

5 files changed

+10603
-5
lines changed

5 files changed

+10603
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
.project
55
build/
66
.settings/
7-
composer/
7+
vendor/

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ clean:
3535
rm -rf node_modules
3636

3737
# composer packages
38-
build-composer:
38+
composer:
3939
composer install --prefer-dist
4040

41-
appstore: clean build-composer
41+
appstore: clean composer
4242
mkdir -p $(sign_dir)
4343
rsync -a \
4444
--exclude=/build \

0 commit comments

Comments
 (0)