Skip to content

Commit

Permalink
uses minified js files as default
Browse files Browse the repository at this point in the history
  • Loading branch information
akless committed Mar 15, 2021
1 parent b9de6ab commit 775efa9
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion context/ccm.context.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

const component = {
name: 'context',
ccm: 'https://ccmjs.github.io/ccm/versions/ccm-26.2.0.js',
ccm: 'https://ccmjs.github.io/ccm/ccm.min.js',
config: {
"css": [ "ccm.load", "https://ccmjs.github.io/akless-components/context/resources/styles.css" ],
"dark": false,
Expand Down
2 changes: 1 addition & 1 deletion context/ccm.context.min.js

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

2 changes: 1 addition & 1 deletion context/ccm.context.min.js.map

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

2 changes: 1 addition & 1 deletion context/versions/ccm.context-1.0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
( () => {
const component = {
name: 'context', version: [ 1, 0, 0 ],
ccm: 'https://ccmjs.github.io/ccm/versions/ccm-26.0.0.js',
ccm: 'https://ccmjs.github.io/ccm/versions/ccm-26.0.0.min.js',
config: {
"css": [ "ccm.load", "https://ccmjs.github.io/akless-components/context/resources/styles.css" ],
"dark": false,
Expand Down
4 changes: 2 additions & 2 deletions context/versions/ccm.context-1.0.0.min.js

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

2 changes: 1 addition & 1 deletion context/versions/ccm.context-1.0.0.min.js.map

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

2 changes: 1 addition & 1 deletion context/versions/ccm.context-1.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const component = {
name: 'context',
version: [ 1, 0, 1 ],
ccm: 'https://ccmjs.github.io/ccm/versions/ccm-26.1.1.js',
ccm: 'https://ccmjs.github.io/ccm/versions/ccm-26.1.1.min.js',
config: {
"css": [ "ccm.load", "https://ccmjs.github.io/akless-components/context/resources/styles.css" ],
"dark": false,
Expand Down
Loading

0 comments on commit 775efa9

Please sign in to comment.