This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
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.
- Loading branch information
0 parents
commit 065d52c
Showing
36 changed files
with
75,435 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/build_local/ | ||
/cache/ | ||
/node_modules/ | ||
/vendor/ | ||
/.idea/ | ||
/.vscode/ | ||
npm-debug.log | ||
yarn-error.log | ||
|
||
# Optional ignores | ||
# /build_staging/ | ||
# /build_production/ | ||
# /source/assets/build/css/ | ||
# /source/assets/build/fonts/ | ||
# /source/assets/build/js/ |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
use TightenCo\Jigsaw\Jigsaw; | ||
|
||
/** @var $container \Illuminate\Container\Container */ | ||
/** @var $events \TightenCo\Jigsaw\Events\EventBus */ | ||
|
||
/** | ||
* You can run custom code at different stages of the build process by | ||
* listening to the 'beforeBuild', 'afterCollections', and 'afterBuild' events. | ||
* | ||
* For example: | ||
* | ||
* $events->beforeBuild(function (Jigsaw $jigsaw) { | ||
* // Your code here | ||
* }); | ||
*/ |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"require": { | ||
"tightenco/jigsaw": "^1.3" | ||
} | ||
} |
Oops, something went wrong.