forked from avored/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed the js export issue and build prod js/css
- Loading branch information
1 parent
54e2849
commit d726c78
Showing
16 changed files
with
221,209 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"/js/app.js": "/js/app.js", | ||
"/js/avored.js": "/js/avored.js", | ||
"/css/app.css": "/css/app.css" | ||
"/vendor/avored/js/app.js": "/vendor/avored/js/app.js", | ||
"/vendor/avored/js/avored.js": "/vendor/avored/js/avored.js", | ||
"/vendor/avored/css/app.css": "/vendor/avored/css/app.css" | ||
} |
Oops, something went wrong.