-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: change README, CONTRIBUTION and mix config template
- Loading branch information
1 parent
73c9bf9
commit 1d87b82
Showing
3 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
const mix = require('laravel-mix') | ||
|
||
// NOTE: Don't remove this, Because it's the default public folder path on AdonisJs | ||
/** | ||
* By default, AdonisJS public path for static assets is on the `./public` directory. | ||
* | ||
* If you want to change Laravel Mix public path, change the AdonisJS public path config first! | ||
* See: https://docs.adonisjs.com/guides/static-assets#the-default-directory | ||
*/ | ||
mix.setPublicPath('public') | ||
|
||
// Add your assets here |