Skip to content

Move frontend part in a specific directory#460

Merged
stefanoborini merged 9 commits into
masterfrom
move_frontend
May 22, 2017
Merged

Move frontend part in a specific directory#460
stefanoborini merged 9 commits into
masterfrom
move_frontend

Conversation

@martinRenou

@martinRenou martinRenou commented May 18, 2017

Copy link
Copy Markdown
Member

Move all the frontend (javascript and vue files) in a separate directory. Those files were previously in the remoteappmanager directory. The new directory is now named frontend.

This PR also changes the setup.py file so it now build the javascript when running python setup.py install

@martinRenou martinRenou changed the title Move frontend Move frontend part in a specific directory May 18, 2017
Comment thread setup.py Outdated
import subprocess
subprocess.check_call(['npm', 'run', 'build'])
subprocess.check_call(['npm', 'run', 'build-test'])
install.run(self)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super().run()

@codecov-io

codecov-io commented May 19, 2017

Copy link
Copy Markdown

Codecov Report

Merging #460 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #460   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files          88       88           
  Lines        4077     4077           
  Branches      259      259           
=======================================
  Hits         3887     3887           
  Misses        138      138           
  Partials       52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7e578b...bcdd009. Read the comment docs.

@stefanoborini stefanoborini merged commit ea033fc into master May 22, 2017
@stefanoborini stefanoborini deleted the move_frontend branch May 22, 2017 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants