Double "dist" dir
See original GitHub issueSteps to reproduce the problem
- Install
popper.js@1.12.8
withbower
What is the expected behavior?
The file popper.js
should be located in dist/popper.js
.
What went wrong?
The file popper.js
is located in dist/dist/popper.js
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
What is the meaning of the /dist directory in open source ...
To answer your question: /dist means "distributable", the compiled code/library. Folder structure varies by build system and programming ...
Read more >Declaration generated in wrong folder when using object as ...
Curiously, if you enter entryFileNames: 'dist/[name].js' it creates a superfluous subfolder called dist within the dist folder and creates them ...
Read more >Research: Frequently Asked Questions - Prevailing Wage
Prevailing wage determinations with double asterisks after the expiration date indicate that the basic hourly wage rate, overtime, holiday pay rates and ...
Read more >Working With Files - Gradle User Manual
Two files are now copied into the archive directory. ... buildDirectory.dir('dist') from layout. ... The two functions of interest are Project.
Read more >electron-builder
A complete solution to package and build a ready for distribution ... Two package.json structure is supported, but you are not forced to...
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
Please try 1.12.9, it should be okay
@FezVrasta I installed it using
bower
.