The Dapper Dog Box Design Error: Unable to locate js/jquery.pikachoose.min.js

Triggered by: shop/product.html (line 21)

  19. 
  20. {% block page_javascript %}  
> 21. <script src="{{ 'js/jquery.pikachoose.min.js' | asset_url }}"></script>
  22. 
  23. <script>

Stack Trace:

Traceback (most recent call last):
  File "/src/cratejoy/cratejoy/theme/render.py", line 391, in render_page
    output = tpl.render(**kwargs)
  File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 1008, in render
    return self.environment.handle_exception(exc_info, True)
  File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 780, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "shop/product.html", line 2, in top-level template code
  File "base.html", line 56, in top-level template code
  File "shop/product.html", line 21, in block "page_javascript"
  File "/src/cratejoy/cratejoy/util/timer.py", line 66, in decorated
    res = f(*args, **kwargs)
MissingAssetException: Syntax error 'Unable to locate js/jquery.pikachoose.min.js' on line 21

PSST: If you are the owner of this store, fix this error from the code editor. See the developer documentation for more information.