Skip to content

Commit

Permalink
Add support for building with web CDN.
Browse files Browse the repository at this point in the history
This consists if adding the `dist/` directory to source control and
adding a .cdn-config.yml file to the root.  Once this is merged into
master, tags and the master branch of this repo will be included in the
CDN (though automatic builds have yet to be implemented).
  • Loading branch information
ThatJoeMoore committed Feb 1, 2017
1 parent fa90079 commit 53073e3
Show file tree
Hide file tree
Showing 4 changed files with 1,373 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .cdn-config.yml
@@ -0,0 +1,9 @@
---
name: 2017 Theme Core Components
description: Header and Footer components for 2017 Theme
resources:
- src: dist/**
dest: ./
entrypoints:
bootstrap.js: 'Examines browser support and downloads the appropriate component bundle'
docs: https://github.com/byuweb/2017-components
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -120,4 +120,3 @@ $RECYCLE.BIN/
#Visual Studio Code junk
.vscode/

dist/

0 comments on commit 53073e3

Please sign in to comment.