remove app.js from git

This commit is contained in:
Georg Ehrke 2016-07-25 12:38:47 +02:00
parent 4b70ec4cef
commit f2fb7336e0
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 5 additions and 4996 deletions

4
.gitignore vendored
View File

@ -94,4 +94,6 @@ RCS/*
coverage/
!/js/vendor
!/js/vendor
js/public

View File

@ -11,10 +11,12 @@ clean:
rm -rf $(build_dir)
build: clean
cd js && grunt build
mkdir -p $(appstore_dir)
tar cvzf $(appstore_dir)/$(package_name).tar.gz $(project_dir) \
--exclude-vcs \
--exclude-vcs-ignores \
--add-file=$(project_dir)/js/public/app.js \
--exclude=$(project_dir)/js/app \
--exclude=$(project_dir)/js/config \
--exclude=$(project_dir)/tests \

File diff suppressed because one or more lines are too long