问题标签 [livereload]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 总线错误:更新 scss 文件时在 grunt contrib-watch 上出现 10
grunt watch 运行并成功更新 js 更新,但不是 scss。我必须等待大约一分钟才能收到更改。我正在运行节点 v0.10.18
正在运行“监视”任务等待...确定
文件“app/styles/styles.scss”已更改。
总线错误:10`
twitter-bootstrap - Grunt livereload 使用 yeoman 编译引导 sass 文件
我的问题很简单,我已经yo webapp
使用 bootstrap、sass、compass 和 jquery 进行了 yeoman ( ) 的基本安装。
我想在 livereload 上编译 bootstrap sass 文件,因为我正在使用grunt serve
. 目前只有 main.scss 文件似乎是在 livereload 上编译的。
可能吗 ?如果,是的,请告诉我如何?
此致,
ruby-on-rails - Grunt Livereload + Grunt Connect 代理
我将 Rails 用于我的 API,AngularJS 在前面,我在让 livereload / grunt 连接代理正常工作时遇到了一些问题。
这是我的 gruntfile 的片段:
如果我“咕噜咕噜”地构建一切都完美 - 关闭localhost:3000
但是,如果我“咕哝服务”,它会打开一个窗口127.0.0.1:9000
,我的所有 API 调用都会收到 404。
同样在服务下,它正在从 CSS 文件中修改我的背景图像,我收到以下警告:
我以前没有这样做过 - 所以我很可能做错了。
ruby-on-rails - 在 Rails 中使用 Guard::LiveReload
嗨,我正在尝试设置 Guard::LiveReload,但我对它的工作原理感到非常困惑。我已经安装了 Guard、Livereload 等,按照此处的说明进行操作:https ://github.com/guard/guard-livereload ,并相应地更新了我的 Gemfile 和 Guardfile。
我的 rails 服务器在 localhost:3000 上运行,当我执行“bundle exec guard”时,看起来我的 Guard 服务器也正常工作:
然后我单击 chrome 扩展程序并查看:
但是——就是这样。当我对文件进行更改并保存时,如果没有手动重新加载,我在浏览器上看不到任何更改。
在 localhost:35729 访问 Guard 服务器显示“404 Not Found”。似乎找不到更多提供更多细节的说明——谁能指出我正确的方向?
提前致谢。
livereload - 使用 Gulp 重新加载 index.html
当我对项目根目录中的 index.html 进行更改时,我正在尝试更新浏览器。更新 CSS 时,Livereloading 工作正常。我已经删除了我为在我的 gulpfile.js 中工作所做的努力,如下...
谢谢!
livereload - Livereload NoMethodError
尝试编译 sass 文件时,出现此错误:
任何人都可以帮忙吗?
LiveReload:2.3.5 Mac OS:10.9.1
谢谢
javascript - Gulp.js: Reload altered php/html pages
I have a basic gulp.js setup running in my wordpress environment. Everything works how I would like except for the way I am reloading my changed .php files. I have it set up like this:
I am essentially just having it reload the page whenever any php file is saved, but whenever I save one, it will automatically refresh every php page, whether I have it open, whether it was saved, or anything else:
Is there a way I can have it only livereload the page that was saved? This seems to be the only thing I can't get to work how I want with gulp; I am loving how much faster it runs than grunt, though.
EDIT: @SirTophamHatt
node.js - 部署后无法让节点应用程序在 Heroku 上启动。错误:找不到模块 'connect-livereload'
我正在尝试将一个新应用程序部署到 Heroku。该应用程序因下面的 heroku 日志而失败。我不包括 git repo 中的 node_modules。NODE_ENV 设置为生产。我不确定问题出在哪里。
该应用程序确实在本地运行,没有任何问题。
node.js - Chrome 中的 Gulp Livereload
在我转到 1ocalhost:8081 之前,以下代码似乎可以正常工作...
然后我得到消息..
我的目录结构是......
为什么我的 html 页面没有加载?如果我尝试浏览到 1ocalhost:8081/build/index.html 页面不会加载,我会收到消息
我也尝试过 chrome 插件,但是当我点击插件时,我得到了下面的消息
p>我检查了 Chrome 插件中的插件设置,并检查了文件 url 的选项
这是我的注释代码.....
gulp 的输出看起来不错……