Skip to content

Commit

Permalink
Update, added bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Henninger committed Dec 30, 2020
1 parent b34ec32 commit a9b3a6b
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# Install dependencies
composer install --no-dev
npm install

rm -rf ./dist

# Build
gulp dist

# Bundle
cd dist && zip -r skycraft.zip ./ -x ./node_modules ./node_modules/**\* ./src ./src/**\* ./.browserslistrc ./.editorconfig ./.gitignore ./.travis.yml ./bundle.sh ./codesniffer.ruleset.xml ./composer.json ./composer.lock ./gulpconfig.json ./gulpfile.js ./package-lock.json ./package.json
Empty file modified fonts/fontawesome-webfont.eot
100755 → 100644
Empty file.
Empty file modified fonts/fontawesome-webfont.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fonts/fontawesome-webfont.ttf
100755 → 100644
Empty file.
Empty file modified fonts/fontawesome-webfont.woff
100755 → 100644
Empty file.
Empty file modified fonts/fontawesome-webfont.woff2
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified src/js/skip-link-focus-fix.js
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_animated.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_bordered-pulled.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_core.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_fixed-width.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_icons.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_larger.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_list.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_mixins.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_path.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_rotated-flipped.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_screen-reader.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_stacked.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/_variables.scss
100755 → 100644
Empty file.
Empty file modified src/sass/fontawesome/font-awesome.scss
100755 → 100644
Empty file.
Empty file modified src/sass/underscores/_captions.scss
100755 → 100644
Empty file.
Empty file modified src/sass/underscores/_galleries.scss
100755 → 100644
Empty file.
Empty file modified src/sass/underscores/_media.scss
100755 → 100644
Empty file.

0 comments on commit a9b3a6b

Please sign in to comment.