I'd like to do a simple preview command to keep an html file in live update as I edit css. This doesn't seem to work:
echo "<meta http-equiv='Refresh' content='0; URL=file://localhost$TM_PROJECT_DIRECTORY/public/index.html'>"
What am I missing here? ___________________ Ben Jackson Diretor de Desenvolvimento
ben@incomumdesign.com http://www.incomumdesign.com
On 22/11/2005, at 21:04, Benjamin Jackson wrote:
echo "<meta http-equiv='Refresh' content='0; URL=file://localhost $TM_PROJECT_DIRECTORY/public/index.html'>"
What am I missing here?
Try using tm-file:// instead as scheme. There's some strange security (?) thing with WebKit I haven't been able to workaround.
On Tue, 22 Nov 2005 20:04:21 -0000, Benjamin Jackson ben@incomumdesign.com wrote:
I'd like to do a simple preview command to keep an html file in live update as I edit css. This doesn't seem to work:
echo "<meta http-equiv='Refresh' content='0; URL=file://localhost$TM_PROJECT_DIRECTORY/public/index.html'>"
What am I missing here?
Why do you give URL? It's optional and defaults to current file...