问题标签 [grunt-php]
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.
grunt-contrib-watch - Grunt browserSync grunt-php 不会在更改时重新加载 PHP 文件
我正在使用 Grunt + browserSync + grunt-php。服务器正常启动。问题是每当我对 PHP 文件进行更改时,这些更改都不会在浏览器中自动重新加载。尽管设置到位,但我必须手动重新加载页面。过去 1 周一直在尝试解决此问题,但没有成功。尝试了其他在线资源,但也没有帮助。请帮忙。
目录结构:
Gruntfile.js:
gruntjs - 让 grunt-php 工作
我正在尝试让 php 服务器正常工作。我尝试使代码尽可能简单,以使其首先工作。我的 D 盘中有一个名为的文件夹,firethis
其中包含index.php
. 当我告诉 grunt-php 运行时,它给了我错误。我究竟做错了什么。
谢谢!
配置