donejs add app: Giving an absolute path for src folder breaks things ~5
See original GitHub issueif someone gives the src
folder an absolute path, it breaks at least live-reload it seems. We should detect an absolute path and either warn the user or convert it to a relative path.
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Support absolute paths with packages/ folder #741 - GitHub
We've been using Lerna in Create React App, and I really like its approach. I think we should support a similar workflow (even...
Read more >How to make node.js require absolute? (instead of relative)
The solution uses a tiny github module to determine the root path. – steampowered. Jun 11, 2015 at 18:33. 2.
Read more >How to Create a Path Alias in Webpack - Bitovi
Path aliases streamline your development process! In this post: how to use Webpack to implement path aliases with TypeScript and Storybook.
Read more >Configuring the Style of Imports in JavaScript and TypeScript
Find out how to configure the style of imports that are added in the project to make sure everything looks just right.
Read more >Understanding HTML File Paths & How to Use Them
These files can either be local (inside the website folder structure) or external (from an address on the Internet). developer learning about ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since we’re focused on 1.0, going to close this since it is fixed there.
I think this is what was breaking my demo page, here: https://github.com/stealjs/steal-react-jsx/issues/8