Skip to content

Commit 95f0a3a

Browse files
sravan-sSravan S
and
Sravan S
authored
doc/chore: [v3] No need to copy CSS separately (#154)
Co-authored-by: Sravan S <[email protected]>
1 parent bf6bfb7 commit 95f0a3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = ({
5454
autoprefixer,
5555
],
5656
sourceMap: true,
57-
extract: 'index.css',
57+
extract: 'dist/index.css',
5858
extensions: ['.sass', '.scss', '.css'],
5959
}),
6060
replace({

scripts/steps.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
2. Update and replace dist/index.d.ts with scripts/index_d_ts
33
3. Update and replace dist/package.json with scripts/package.template.json
44
4. Update and replace dist/README.md with main README.md
5-
5. Make sure CSS is in dist/dist/index.css
65
5. npm publish inside dist
76

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

0 commit comments

Comments
 (0)