Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Getting Started #14

Merged
merged 10 commits into from
Nov 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed fonts/inter-ui-regular.otf
Binary file not shown.
Binary file removed fonts/inter-ui-regular.ttf
Binary file not shown.
Binary file removed fonts/inter-ui-regular.woff
Binary file not shown.
Binary file removed fonts/inter-ui-regular.woff2
Binary file not shown.
Binary file removed fonts/poppins-regular.ttf
Binary file not shown.
10 changes: 5 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ let patterns = {
}

gulp.task('static-copy', () =>
gulp.src(['src/{img,fonts}/**', 'favicon.ico']).pipe(gulp.dest('dist'))
gulp.src(['src/{img,fonts}/**']).pipe(gulp.dest('dist'))
)

gulp.task('stylus', () =>
gulp
.src('src/index.styl')
.src('src/styles/*.styl')
.pipe(plumber())
.pipe(gulpIf(dev, sourcemaps.init()))
.pipe(
Expand All @@ -41,7 +41,7 @@ gulp.task('stylus', () =>
.pipe(autoprefixer())
.pipe(gulpIf(prd, cssnano()))
.pipe(gulpIf(dev, sourcemaps.write('.')))
.pipe(gulp.dest('dist'))
.pipe(gulp.dest('dist/styles'))
)

gulp.task('webpack-init', done => {
Expand All @@ -62,7 +62,7 @@ gulp.task('webpack', done => {

gulp.task('ejs', () =>
gulp
.src('src/index.ejs')
.src('src/*.ejs')
.pipe(plumber())
.pipe(ejs(ejsData))
.pipe(
Expand All @@ -76,7 +76,7 @@ gulp.task('ejs', () =>
})
)
)
.pipe(rename('index.html'))
.pipe(rename({extname: '.html'}))
.pipe(gulp.dest('dist'))
)

Expand Down
182 changes: 0 additions & 182 deletions img/bee-illustration.svg

This file was deleted.

Binary file removed img/benefits/globe.png
Binary file not shown.
Binary file removed img/benefits/scale.png
Binary file not shown.
Binary file removed img/benefits/tokens.png
Binary file not shown.
Binary file removed img/building-blocks/point1.png
Binary file not shown.
Binary file removed img/building-blocks/point2.png
Binary file not shown.
Binary file removed img/building-blocks/point3.png
Binary file not shown.
Binary file removed img/favicons/android-chrome-192x192.png
Binary file not shown.
Binary file removed img/favicons/android-chrome-512x512.png
Binary file not shown.
Binary file removed img/favicons/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions img/favicons/browserconfig.xml

This file was deleted.

Binary file removed img/favicons/favicon-16x16.png
Binary file not shown.
Binary file removed img/favicons/favicon-32x32.png
Binary file not shown.
Binary file removed img/favicons/mstile-150x150.png
Binary file not shown.
128 changes: 0 additions & 128 deletions img/favicons/safari-pinned-tab.svg

This file was deleted.

19 changes: 0 additions & 19 deletions img/favicons/site.webmanifest

This file was deleted.

14 changes: 0 additions & 14 deletions img/footer-logo.svg

This file was deleted.

Loading