Skip to content

Commit

Permalink
automatic-commit-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianobapo committed Feb 10, 2017
1 parent 392ac3a commit a5400da
Show file tree
Hide file tree
Showing 36 changed files with 142,079 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
#www/
$RECYCLE.BIN/

.DS_Store
Expand Down
31 changes: 31 additions & 0 deletions README.md
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 added www/.gitkeep
Empty file.
Binary file added www/assets/fonts/FontAwesome.otf
Binary file not shown.
Binary file added www/assets/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions www/assets/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added www/assets/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added www/assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added www/assets/fonts/ionicons.eot
Binary file not shown.
35 changes: 35 additions & 0 deletions www/assets/fonts/ionicons.scss
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;
}
2,630 changes: 2,630 additions & 0 deletions www/assets/fonts/ionicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/fonts/ionicons.ttf
Binary file not shown.
Binary file added www/assets/fonts/ionicons.woff
Binary file not shown.
Binary file added www/assets/fonts/ionicons.woff2
Binary file not shown.
Binary file added www/assets/fonts/noto-sans-bold.ttf
Binary file not shown.
Binary file added www/assets/fonts/noto-sans-regular.ttf
Binary file not shown.
34 changes: 34 additions & 0 deletions www/assets/fonts/noto-sans.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Noto Sans Font
// Google
// 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 added www/assets/fonts/roboto-bold.ttf
Binary file not shown.
Binary file added www/assets/fonts/roboto-bold.woff
Binary file not shown.
Binary file added www/assets/fonts/roboto-light.ttf
Binary file not shown.
Binary file added www/assets/fonts/roboto-light.woff
Binary file not shown.
Binary file added www/assets/fonts/roboto-medium.ttf
Binary file not shown.
Binary file added www/assets/fonts/roboto-medium.woff
Binary file not shown.
Binary file added www/assets/fonts/roboto-regular.ttf
Binary file not shown.
Binary file added www/assets/fonts/roboto-regular.woff
Binary file not shown.
34 changes: 34 additions & 0 deletions www/assets/fonts/roboto.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Roboto Font
// Google
// 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 added www/assets/icon/favicon.ico
Binary file not shown.
Loading

0 comments on commit a5400da

Please sign in to comment.