Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assets: move to webpack #1537

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN pip install --upgrade setuptools wheel pip "poetry<1.1.0"
# Install Node
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install --no-install-recommends -y nodejs && rm -rf /var/lib/apt/lists/*
RUN npm install --silent [email protected] [email protected] [email protected] [email protected]

# RUN npm update

Expand Down
5 changes: 0 additions & 5 deletions babel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ encoding = utf-8
[python: **/manual_translations.txt]
encoding = utf-8

# Extraction from Angular templates
[angular_gettext: **/static/templates/**/**.html]

# Extraction from Jinja2 templates
[jinja2: **/templates/**.html]
encoding = utf-8
Expand All @@ -32,12 +29,10 @@ silent=false

# Extraction from JavaScript files
[ignore: static/js/rero_ils/admin/**]
[ignore: **/webpack_assets/**/**.js]
[javascript: **.js]
encoding = utf-8
extract_messages = $._, jQuery._

# Extraction from json files (schema, form)
[ignore: **/webpack_assets/**/**.json]
[json: **.json]
keys_to_translate = ['^title$', '^label$', 'description', 'placeholder', 'name', 'add', '403', '.*Message']
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ API Docs
Views
-----

.. automodule:: rero_ils.views
.. automodule:: rero_ils.theme.views
:members:
91 changes: 42 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ redisbeat = "*"
jsonpickle = "*"
ciso8601 = "*"
# TODO: to be removed when the thumbnail will be refactored
angular-gettext-babel= ">=0.1"
invenio-userprofiles = {git = "https://github.com/rero/invenio-userprofiles.git", tag = "reroprofile"}

## Additionnal constraints on python modules
Expand Down
105 changes: 0 additions & 105 deletions rero_ils/bundles.py

This file was deleted.

Loading