博客应该正常加载
现在博客主题无法正常加载
添加了新博客,无法正常加载
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
我的网站是:http://monsterlin.com
我的博客的js错误信息:

本地测试没问题,提交到github就出现这个问题
我是这样,挂载到网络上就不行了,本地可以 @iissnan
我也遇到这样的问题了啊 不知道什么原因
我的博客http://gelory.me 遇到跟前面几位一样的问题。貌似和我的操作没有关系啊
同样也是这个问题,无法加载js
找到解决方案了。。 @BBBOND @monsterLin @SpadeRoy 根据作者的提示 @iissnan ,首先修改source/vendors为source/lib,然后修改_config.yml, 将 _internal: vendors修改为_internal:lib 然后修改next底下所有引用source/vendors路径为source/lib。这些地方可以通过文件查找找出来。主要集中在这几个文件中。1. Hexo\themes\next.bowerrc 2. Hexo\themes\next.gitignore 3. Hexo\themes\next.javascript_ignore 4. Hexo\themes\next\bower.json 。修改完毕后,刷新重新g一遍就ok啦。
我也是前天好好的,发布了一篇博客 vendors下的静态资源全都加载不了了……
@Gong-Elory 为何要把 vendors 重命名为 lib 才可以呢。前几天好好的
已经 看到 #1214 的解决方案了
作者说是禁用了这个路径的访问,改成其他路径就行了,也可以取别的名字
发件人:
发送时间: 2016年11月4日 9:48
收件人: iissnan/hexo-theme-next [email protected]
抄送: Zhiqiang Gong [email protected]; Mention [email protected]
主题: Re: [iissnan/hexo-theme-next] 博客中js无法加载 (#1217)
@Gong-Eloryhttps://github.com/Gong-Elory 为何要把 vendors 重命名为 lib 才可以呢。前几天好好的
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/iissnan/hexo-theme-next/issues/1217#issuecomment-258324830, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVn8QYwE94VKF_u3I1IzvUoeTGd3Nec8ks5q6o7MgaJpZM4Koa5-.
Most helpful comment
找到解决方案了。。 @BBBOND @monsterLin @SpadeRoy 根据作者的提示 @iissnan ,首先修改source/vendors为source/lib,然后修改_config.yml, 将 _internal: vendors修改为_internal:lib 然后修改next底下所有引用source/vendors路径为source/lib。这些地方可以通过文件查找找出来。主要集中在这几个文件中。1. Hexo\themes\next.bowerrc 2. Hexo\themes\next.gitignore 3. Hexo\themes\next.javascript_ignore 4. Hexo\themes\next\bower.json 。修改完毕后,刷新重新g一遍就ok啦。