-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Config for routes #3
Comments
After creating the routes.js file, where should I put it? |
Wherever you want; you just need to pass a proper path to autosave. For example, routes.js in |
Hi, I placed routes in local dir of my site. When launching autosave with that dir, I have a node.js error " Cannot find module '/Users/name/routes.js" If I place the routes under /Users/name/, it run with no error, but it does not actually save editing to css. No error in console. Any clue? exports.routes = [ |
Hello, I've found that: is saving properly and working only from URL I'd like to work from localhost, but It does not work if I change: exports.routes = [ How to? |
Users shouldn't have to edit index.js just to add a new route.
NV/chrome-devtools-autosave#7
The text was updated successfully, but these errors were encountered: