Skip to content

Commit a6e10a3

Browse files
committed
feat(Build): Add distribution files to npm.
By adding the build to the npm package you can include Patternslib via CDN like: https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js or https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
1 parent 5b3cc85 commit a6e10a3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.npmignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*.css.map
2+
*.log
3+
*.swo
4+
*.swp
5+
*~
6+
.bundle
7+
.DS_Store
8+
.env
9+
.sass-cache
10+
/paternslib.sublime-project
11+
/paternslib.sublime-workspace
12+
/stamp-yarn
13+
cache/
14+
coverage/
15+
dist/*.zip
16+
Gemfile.lock
17+
node_modules/
18+
src/pat/**/*.css
19+
stats.html
20+
stats.json
21+
test-reports
22+
webpack/cache/

0 commit comments

Comments
 (0)