Skip to content
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
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = ({
autoprefixer,
],
sourceMap: true,
extract: 'index.css',
extract: 'dist/index.css',
extensions: ['.sass', '.scss', '.css'],
}),
replace({
Expand Down
1 change: 0 additions & 1 deletion scripts/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
2. Update and replace dist/index.d.ts with scripts/index_d_ts
3. Update and replace dist/package.json with scripts/package.template.json
4. Update and replace dist/README.md with main README.md
5. Make sure CSS is in dist/dist/index.css
5. npm publish inside dist

We do step 2 because half project is in TS and other half in JS. Will update tooling soon to fix this issue