Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Add CHANGELOG and update .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Tello committed Apr 28, 2017
1 parent 50b1c01 commit c46b79d
Show file tree
Hide file tree
Showing 70 changed files with 18 additions and 4,029 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ extras/demo
*.md
.travis.yml
gulpfile.js/**/*.test.js
.editorconfig
public
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 4.0.0 Blendid!

- Gulp Starter is now Blendid!
- Standalone yarn/npm installable module :tada:
- Tasks and modules are fully configurable through task-config.js
- Paths are fully configuraable through path-config.json
- Update all dependencies to latest, including Webpack 2
- HTML and CSS tasks can be swapped out with alternative custom tasks
- Custom gulp tasks can be added and run prebuild, postbuild, in development or production builds
- Renames javascripts `entries` option to `entry` to match Webpack config
- Removes Karma, Mocha, Sinon, Chai Test Suite (just Jest instead)
- Adds `init-craft` task
- So much more... see the README

12 changes: 0 additions & 12 deletions extras/demo/README.md

This file was deleted.

Binary file removed extras/demo/src/fonts/OpenSans-Bold-webfont.eot
Binary file not shown.
1,824 changes: 0 additions & 1,824 deletions extras/demo/src/fonts/OpenSans-Bold-webfont.svg

This file was deleted.

Binary file removed extras/demo/src/fonts/OpenSans-Bold-webfont.ttf
Binary file not shown.
Binary file removed extras/demo/src/fonts/OpenSans-Bold-webfont.woff
Binary file not shown.
Binary file removed extras/demo/src/fonts/OpenSans-Bold-webfont.woff2
Binary file not shown.
Binary file removed extras/demo/src/fonts/OpenSans-Regular-webfont.eot
Binary file not shown.
1,824 changes: 0 additions & 1,824 deletions extras/demo/src/fonts/OpenSans-Regular-webfont.svg

This file was deleted.

Binary file removed extras/demo/src/fonts/OpenSans-Regular-webfont.ttf
Binary file not shown.
Binary file removed extras/demo/src/fonts/OpenSans-Regular-webfont.woff
Binary file not shown.
Binary file removed extras/demo/src/fonts/OpenSans-Regular-webfont.woff2
Binary file not shown.
19 changes: 0 additions & 19 deletions extras/demo/src/html/data/global.json

This file was deleted.

20 changes: 0 additions & 20 deletions extras/demo/src/html/index.html

This file was deleted.

22 changes: 0 additions & 22 deletions extras/demo/src/html/layouts/application.html

This file was deleted.

6 changes: 0 additions & 6 deletions extras/demo/src/html/macros/helpers.html

This file was deleted.

9 changes: 0 additions & 9 deletions extras/demo/src/html/page.html

This file was deleted.

20 changes: 0 additions & 20 deletions extras/demo/src/html/shared/app-icons.html

This file was deleted.

3 changes: 0 additions & 3 deletions extras/demo/src/html/shared/page-nav.html

This file was deleted.

9 changes: 0 additions & 9 deletions extras/demo/src/html/shared/social-icons-font.html

This file was deleted.

10 changes: 0 additions & 10 deletions extras/demo/src/html/shared/social-icons-svg.html

This file was deleted.

1 change: 0 additions & 1 deletion extras/demo/src/icons/facebook.svg

This file was deleted.

1 change: 0 additions & 1 deletion extras/demo/src/icons/instagram.svg

This file was deleted.

1 change: 0 additions & 1 deletion extras/demo/src/icons/twitter.svg

This file was deleted.

5 changes: 0 additions & 5 deletions extras/demo/src/icons/viget.svg

This file was deleted.

Binary file removed extras/demo/src/images/blendid-logo.png
Binary file not shown.
Binary file removed extras/demo/src/images/gulp-starter-logo.png
Binary file not shown.
Binary file removed extras/demo/src/images/gulp.png
Binary file not shown.
8 changes: 0 additions & 8 deletions extras/demo/src/javascripts/__tests__/exclamify.test.js

This file was deleted.

19 changes: 0 additions & 19 deletions extras/demo/src/javascripts/app.js

This file was deleted.

1 change: 0 additions & 1 deletion extras/demo/src/javascripts/asyncMessage.js

This file was deleted.

10 changes: 0 additions & 10 deletions extras/demo/src/javascripts/asyncModules/Highlight.js

This file was deleted.

10 changes: 0 additions & 10 deletions extras/demo/src/javascripts/asyncModules/index.js

This file was deleted.

1 change: 0 additions & 1 deletion extras/demo/src/javascripts/exclaimify.js

This file was deleted.

3 changes: 0 additions & 3 deletions extras/demo/src/javascripts/page.js

This file was deleted.

Binary file removed extras/demo/src/static/android-chrome-144x144.png
Binary file not shown.
Binary file removed extras/demo/src/static/android-chrome-192x192.png
Binary file not shown.
Binary file removed extras/demo/src/static/android-chrome-36x36.png
Binary file not shown.
Binary file removed extras/demo/src/static/android-chrome-48x48.png
Binary file not shown.
Binary file removed extras/demo/src/static/android-chrome-72x72.png
Binary file not shown.
Binary file removed extras/demo/src/static/android-chrome-96x96.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon-76x76.png
Binary file not shown.
Binary file not shown.
Binary file removed extras/demo/src/static/apple-touch-icon.png
Diff not rendered.
12 changes: 0 additions & 12 deletions extras/demo/src/static/browserconfig.xml

This file was deleted.

Binary file removed extras/demo/src/static/favicon-16x16.png
Diff not rendered.
Binary file removed extras/demo/src/static/favicon-194x194.png
Diff not rendered.
Binary file removed extras/demo/src/static/favicon-32x32.png
Diff not rendered.
Binary file removed extras/demo/src/static/favicon-96x96.png
Diff not rendered.
Binary file removed extras/demo/src/static/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions extras/demo/src/static/manifest.json

This file was deleted.

Binary file removed extras/demo/src/static/mstile-144x144.png
Diff not rendered.
Binary file removed extras/demo/src/static/mstile-150x150.png
Diff not rendered.
Binary file removed extras/demo/src/static/mstile-310x150.png
Diff not rendered.
Binary file removed extras/demo/src/static/mstile-310x310.png
Diff not rendered.
Binary file removed extras/demo/src/static/mstile-70x70.png
Diff not rendered.
27 changes: 0 additions & 27 deletions extras/demo/src/static/safari-pinned-tab.svg
Diff not rendered.
10 changes: 0 additions & 10 deletions extras/demo/src/stylesheets/base/_colors.sass

This file was deleted.

Loading

0 comments on commit c46b79d

Please sign in to comment.