我是Heroku的新手,需要你的帮助。到目前为止,我已经尝试了一切但都失败了。
我正在制作这个应用程序"得到意思"书。一切都与CSS和JS不同。
我的layout.jade
doctype html
html
head
meta(name='viewport', content='width=device-width, initial-scale=1.0')
title= title
link(rel='stylesheet', href='/bootstrap/css/amelia.bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')
我的浏览器控制台出现以下错误:
GET damp-savannah-84881.herokuapp.com/bootstrap/css/… damp-savannah-84881.herokuapp.com/:1
GET damp-savannah-84881.herokuapp.com/bootstrap/js/bootstrap.min.js damp-savannah-84881.herokuapp.com/:1
GET damp-savannah-84881.herokuapp.com/bootstrap/js/bootstrap.min.js 404 (Not Found)