Skip to content

Commit

Permalink
Merge pull request #408 from owncloud/bugfix/update-deps-breaking
Browse files Browse the repository at this point in the history
Bugfix/update deps breaking
  • Loading branch information
DeepDiver1975 authored Oct 8, 2018
2 parents 3457ce9 + 26470f2 commit aa06b27
Show file tree
Hide file tree
Showing 5 changed files with 515 additions and 250 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ js_deps=node_modules/
# Catch-all rules
#
.PHONY: all
all: $(composer_dev_deps) $(js_deps)
all: $(composer_dev_deps) $(js_deps) js/market.bundle.js

.PHONY: clean
clean: clean-composer-deps clean-js-deps clean-dist clean-build
Expand Down
1 change: 1 addition & 0 deletions l10n/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ file_filter = locale/<lang>/market.po
source_file = template.pot
source_lang = en
type = PO

2 changes: 1 addition & 1 deletion l10n/translations.json

Large diffs are not rendered by default.

Loading

0 comments on commit aa06b27

Please sign in to comment.