mirumee / legacy-views

A legacy fork of Saleor that contains the old storefront and dashboard code
Other
14 stars 14 forks source link

JS in static not work #32

Closed Chhunneng closed 4 years ago

Chhunneng commented 4 years ago

What I'm trying to achieve

I want JS file is working. I add more code to navbar.js but it is not showing the console when run.

Steps to reproduce the problem

I want to change navbar in phone.

What I expected to happen

I test for the console in navbar.js but in a web no console happened.

Screenshots

System information Operating system: Browser:

NyanKiyoshi commented 4 years ago

Hi!

Did you try rebuilding the assets?

When developing, you can use npm start to automatically recompile your changes.

Chhunneng commented 4 years ago

Thank so much!