-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused files and use webpack encore instead of laravel mix
- Loading branch information
KHOUBZA Younes
committed
May 18, 2022
1 parent
ae235dc
commit fcc921d
Showing
462 changed files
with
55,179 additions
and
37,916 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,19 +1,8 @@ | ||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gem "jekyll", "~> 4.1.1" | ||
gem "minima", "~> 2.5" | ||
gem "kramdown", ">= 2.3.1" | ||
gem 'jekyll' | ||
|
||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
gem "jekyll-sitemap" | ||
gem "jekyll-redirect-from" | ||
gem 'jekyll-sitemap' | ||
gem 'jekyll-seo-tag' | ||
end | ||
|
||
platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
|
||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] | ||
gem "webrick", "~> 1.7" |
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 +1,6 @@ | ||
# php-flasher.github.io | ||
|
||
```shell | ||
npm i | ||
bundle exec jekyll serve --livereload | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"entrypoints": { | ||
"homepage": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/homepage.js" | ||
], | ||
"css": [ | ||
"/dist/assets_css__common_pcss.css", | ||
"/dist/homepage.css" | ||
] | ||
}, | ||
"main": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/main.js" | ||
], | ||
"css": [ | ||
"/dist/assets_css__common_pcss.css", | ||
"/dist/main.css" | ||
] | ||
}, | ||
"adapter/flasher": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/adapter/flasher.js" | ||
] | ||
}, | ||
"adapter/noty": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/vendors-node_modules_flasher_flasher-noty_dist_index_js.js", | ||
"/dist/adapter/noty.js" | ||
] | ||
}, | ||
"adapter/notyf": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/vendors-node_modules_flasher_flasher-notyf_dist_index_js.js", | ||
"/dist/adapter/notyf.js" | ||
] | ||
}, | ||
"adapter/pnotify": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/vendors-node_modules_flasher_flasher-pnotify_dist_index_js.js", | ||
"/dist/adapter/pnotify.js" | ||
] | ||
}, | ||
"adapter/sweetalert": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/vendors-node_modules_flasher_flasher-sweetalert_dist_index_js.js", | ||
"/dist/adapter/sweetalert.js" | ||
] | ||
}, | ||
"adapter/toastr": { | ||
"js": [ | ||
"/dist/runtime.js", | ||
"/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"/dist/vendors-node_modules_flasher_flasher-toastr_dist_index_js.js", | ||
"/dist/adapter/toastr.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 |
---|---|---|
@@ -1,31 +1,9 @@ | ||
root_script: | ||
dev: '/static/packages/flasher/dist/flasher.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher.min.js' | ||
|
||
/docs/adapter/toastr/: | ||
handler: 'toastr' | ||
dev: '/static/packages/toastr/dist/flasher-toastr.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-toastr.min.js' | ||
|
||
/docs/adapter/noty/: | ||
handler: 'noty' | ||
dev: '/static/packages/noty/dist/flasher-noty.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-noty.min.js' | ||
|
||
/docs/adapter/notyf/: | ||
handler: 'notyf' | ||
dev: '/static/packages/notyf/dist/flasher-notyf.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-notyf.min.js' | ||
|
||
/docs/adapter/sweetalert/: | ||
handler: 'sweetalert' | ||
dev: '/static/packages/sweetalert/dist/flasher-sweetalert.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-sweetalert.min.js' | ||
|
||
/docs/adapter/pnotify/: | ||
handler: 'pnotify' | ||
dev: '/static/packages/pnotify/dist/flasher-pnotify.js' | ||
build: 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-pnotify.min.js' | ||
/: 'adapter/flasher' | ||
/docs/adapter/toastr/: 'adapter/toastr' | ||
/docs/adapter/noty/: 'adapter/noty' | ||
/docs/adapter/notyf/: 'adapter/notyf' | ||
/docs/adapter/sweetalert/: 'adapter/sweetalert' | ||
/docs/adapter/pnotify/: 'adapter/pnotify' | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
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,46 @@ | ||
{ | ||
"dist/homepage.css": "/dist/homepage.css", | ||
"dist/homepage.js": "/dist/homepage.js", | ||
"dist/main.css": "/dist/main.css", | ||
"dist/main.js": "/dist/main.js", | ||
"dist/adapter/flasher.js": "/dist/adapter/flasher.js", | ||
"dist/adapter/noty.js": "/dist/adapter/noty.js", | ||
"dist/adapter/notyf.js": "/dist/adapter/notyf.js", | ||
"dist/adapter/pnotify.js": "/dist/adapter/pnotify.js", | ||
"dist/adapter/sweetalert.js": "/dist/adapter/sweetalert.js", | ||
"dist/adapter/toastr.js": "/dist/adapter/toastr.js", | ||
"dist/runtime.js": "/dist/runtime.js", | ||
"dist/vendors-node_modules_flasher_flasher_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher_dist_index_js.js", | ||
"dist/vendors-node_modules_flasher_flasher-toastr_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher-toastr_dist_index_js.js", | ||
"dist/vendors-node_modules_flasher_flasher-sweetalert_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher-sweetalert_dist_index_js.js", | ||
"dist/vendors-node_modules_flasher_flasher-pnotify_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher-pnotify_dist_index_js.js", | ||
"dist/vendors-node_modules_flasher_flasher-notyf_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher-notyf_dist_index_js.js", | ||
"dist/vendors-node_modules_flasher_flasher-noty_dist_index_js.js": "/dist/vendors-node_modules_flasher_flasher-noty_dist_index_js.js", | ||
"dist/assets_css__common_pcss.css": "/dist/assets_css__common_pcss.css", | ||
"dist/fonts/fa-duotone-900.ttf": "/dist/fonts/fa-duotone-900.7aaed888.ttf", | ||
"dist/fonts/fa-thin-100.ttf": "/dist/fonts/fa-thin-100.e979819d.ttf", | ||
"dist/fonts/fa-light-300.ttf": "/dist/fonts/fa-light-300.c92b45dd.ttf", | ||
"dist/fonts/fa-regular-400.ttf": "/dist/fonts/fa-regular-400.ea55734f.ttf", | ||
"dist/fonts/fa-solid-900.ttf": "/dist/fonts/fa-solid-900.cd4538f7.ttf", | ||
"dist/images/flasher-usage.png": "/dist/images/flasher-usage.png", | ||
"dist/fonts/fa-thin-100.woff2": "/dist/fonts/fa-thin-100.6d7129de.woff2", | ||
"dist/fonts/fa-duotone-900.woff2": "/dist/fonts/fa-duotone-900.0f4932ef.woff2", | ||
"dist/fonts/fa-light-300.woff2": "/dist/fonts/fa-light-300.3a5e485d.woff2", | ||
"dist/fonts/fa-regular-400.woff2": "/dist/fonts/fa-regular-400.0119858a.woff2", | ||
"dist/fonts/fa-solid-900.woff2": "/dist/fonts/fa-solid-900.dd93dc21.woff2", | ||
"dist/images/render-notifications.png": "/dist/images/render-notifications.png", | ||
"dist/fonts/fa-brands-400.ttf": "/dist/fonts/fa-brands-400.aa78803d.ttf", | ||
"dist/images/motion-notifications.png": "/dist/images/motion-notifications.png", | ||
"dist/fonts/fa-brands-400.woff2": "/dist/fonts/fa-brands-400.7fe6c951.woff2", | ||
"dist/images/twitter-card.png": "/dist/images/twitter-card.png", | ||
"dist/images/younes-khoubza.jpeg": "/dist/images/younes-khoubza.jpeg", | ||
"dist/fonts/fa-v4compatibility.ttf": "/dist/fonts/fa-v4compatibility.a6c47864.ttf", | ||
"dist/images/favicon-16x16.png": "/dist/images/favicon-16x16.png", | ||
"dist/images/favicon-32x32.png": "/dist/images/favicon-32x32.png", | ||
"dist/images/favicon.png": "/dist/images/favicon.png", | ||
"dist/images/logo.png": "/dist/images/logo.png", | ||
"dist/images/php-flasher.png": "/dist/images/php-flasher.png", | ||
"dist/fonts/fa-v4compatibility.woff2": "/dist/fonts/fa-v4compatibility.b76a469a.woff2", | ||
"dist/images/twitter.svg": "/dist/images/twitter.svg", | ||
"dist/images/squares.svg": "/dist/images/squares.svg" | ||
} |
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,4 +1,4 @@ | ||
title: "PHP flasher" | ||
tagline: "A powerful and flexible flash notifications system for PHP" | ||
description: "A powerful and flexible flash notifications system for PHP" | ||
title: "PHPFlasher" | ||
tagline: "A powerful and flexible flash notification system for PHP" | ||
description: "A powerful and flexible flash notification system for PHP" | ||
version: 1.0 |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<meta charset="utf-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
|
||
{% if site.data.project.description %} | ||
<meta name="description" content="{{ site.data.project.description }}"/> | ||
{% endif %} | ||
|
||
{% seo %} | ||
|
||
<title>{{ page.title }} - {{ site.data.project.title }}</title> | ||
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/dist/images/favicon-32x32.png"/> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/dist/images/favicon-16x16.png"/> | ||
<link rel="icon" type="image/png" href="/dist/images/favicon.png"/> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Raleway|Varela+Round" rel="stylesheet"/> | ||
|
||
{% for link in site.data.entrypoints['entrypoints'][page.layout]['css'] %} | ||
<link href="{{ link }}" rel="stylesheet"/> | ||
{% endfor %} | ||
|
||
{% for link in site.data.entrypoints['entrypoints'][page.layout]['js'] %} | ||
<script defer src="{{ link }}"></script> | ||
{% endfor %} | ||
|
||
{% if site.data.flasher contains page.url %} | ||
{% assign adapter = site.data.flasher[page.url] %} | ||
{% for link in site.data.entrypoints['entrypoints'][adapter]['css'] %} | ||
<link href="{{ link }}" rel="stylesheet"/> | ||
{% endfor %} | ||
|
||
{% for link in site.data.entrypoints['entrypoints'][adapter]['js'] %} | ||
{% unless link contains '/dist/runtime.' %} | ||
<script defer src="{{ link }}"></script> | ||
{% endunless %} | ||
{% endfor %} | ||
{% endif %} | ||
|
||
|
||
{% unless site.data.dev.dev_mode %} | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T4D78SM7TC"></script> | ||
<script defer> | ||
window.dataLayer = window.dataLayer || []; | ||
|
||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
|
||
gtag('js', new Date()); | ||
gtag('config', 'G-T4D78SM7TC'); | ||
</script> | ||
{% endunless %} |
Oops, something went wrong.