-
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
1 parent
392ac3a
commit a5400da
Showing
36 changed files
with
142,079 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ platforms/ | |
plugins/ | ||
plugins/android.json | ||
plugins/ios.json | ||
www/ | ||
#www/ | ||
$RECYCLE.BIN/ | ||
|
||
.DS_Store | ||
|
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,32 @@ | ||
# delivery-v3 | ||
|
||
## Dev command | ||
***First time run*** | ||
```shell | ||
php artisan make:auth | ||
npm install font-awesome --save-dev | ||
php artisan vendor:publish --tag=erpnetWidgetResourceGulpfile | ||
gulp --gulpfile=gulpfileErpnetWidgetResource.js | ||
``` | ||
|
||
***Updating run*** | ||
```shell | ||
git cmt && ssh delivery-v3.ilhanet.com | ||
cd code/erpnet-v5/ && git pull && composer install && exit | ||
``` | ||
|
||
## Production command | ||
***First time run*** | ||
```shell | ||
ssh erpnet-v5.ilhanet.com | ||
cd code/erpnet-v5/ && git pull && composer install && exit | ||
``` | ||
|
||
***First time run*** | ||
```shell | ||
rsync -rvztPhe ssh /home/luciano/code/erpnet-v5/.env.production erpnet-v5.ilhanet.com:code/erpnet-v5/.env | ||
php artisan vendor:publish --tag=erpnetWidgetResourceFonts --force | ||
php artisan vendor:publish --tag=erpnetMigratesMigrations --force | ||
sudo ./permissions.sh | ||
php artisan migrate | ||
``` |
Empty file.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,35 @@ | ||
|
||
// Ionicons Icon Font CSS | ||
// -------------------------- | ||
// Ionicons CSS for Ionic's <ion-icon> element | ||
// ionicons-icons.scss has the icons and their unicode characters | ||
|
||
$ionicons-font-path: $font-path !default; | ||
|
||
@import "ionicons-icons"; | ||
@import "ionicons-variables"; | ||
|
||
|
||
@font-face { | ||
font-family: "Ionicons"; | ||
src: url("#{$ionicons-font-path}/ionicons.woff2?v=#{$ionicons-version}") format("woff2"), | ||
url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"), | ||
url("#{$ionicons-font-path}/ionicons.ttf?v=#{$ionicons-version}") format("truetype"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
ion-icon { | ||
display: inline-block; | ||
|
||
font-family: "Ionicons"; | ||
-moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | ||
font-style: normal; | ||
font-variant: normal; | ||
font-weight: normal; | ||
line-height: 1; | ||
text-rendering: auto; | ||
text-transform: none; | ||
speak: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,34 @@ | ||
// Noto Sans Font | ||
// Apache License, version 2.0 | ||
// http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
$noto-sans-font-path: $font-path !default; | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Noto Sans"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype"); | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,34 @@ | ||
// Roboto Font | ||
// Apache License, version 2.0 | ||
// http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
$roboto-font-path: $font-path !default; | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Light"), local("Roboto-Light"), url("#{$roboto-font-path}/roboto-light.ttf") format("truetype"), url("#{$roboto-font-path}/roboto-light.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Roboto"), local("Roboto-Regular"), url("#{$roboto-font-path}/roboto-regular.ttf") format("truetype"), url("#{$roboto-font-path}/roboto-regular.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: local("Roboto Medium"), local("Roboto-Medium"), url("#{$roboto-font-path}/roboto-medium.ttf") format("truetype"), url("#{$roboto-font-path}/roboto-medium.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("Roboto Bold"), local("Roboto-Bold"), url("#{$roboto-font-path}/roboto-bold.ttf") format("truetype"), url("#{$roboto-font-path}/roboto-bold.woff") format("woff"); | ||
} |
Binary file not shown.
Oops, something went wrong.