We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./tools/watch, to build and watch styles
[18:34:11] Requiring external module coffee-script/register [18:34:13] Using gulpfile ~/workspace/github/trellisheets/gulpfile.coffee [18:34:13] Starting 'watch'... [18:34:13] Finished 'watch' after 19 ms
./tools/serve, to serve the site
Starting up http-server, serving ./public Available on: http:127.0.0.1:8080 http:192.168.0.109:8080 Hit CTRL-C to stop the server
But there is no /styles in ./public, so 404 for http://192.168.0.109:8080/styles/core.css
http://192.168.0.109:8080/styles/core.css
Is there something wrong with ./tools/watch ?
./tools/watch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
But there is no /styles in ./public, so 404 for
http://192.168.0.109:8080/styles/core.css
Is there something wrong with
./tools/watch
?The text was updated successfully, but these errors were encountered: