You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. _(to debug)_ Review respective `/dist` or `/demo` files' content.
166
161
167
162
#### How to Just Build Stylesheets
168
163
@@ -171,20 +166,20 @@ You can build stylesheets **from** source files **in** `src/lib` directory **to*
171
166
1. Build stylesheets:
172
167
173
168
```bash
174
-
npm run build
169
+
npm run build:css
175
170
```
176
171
177
172
**or**, for custom build id:
178
173
179
174
```bash
180
-
npm run build -- --build-id="..."
175
+
npm run build:css -- --build-id="..."
181
176
```
182
177
183
178
## Testing
184
179
185
-
Plugin testing is done manually. Run `npm run build` from root folder in this project, then review output in `/dist/_tests.css`, to ensure plugins are working correctly.
180
+
Plugin testing is done manually. Run `npm run test`, then review output in `/dist/_tests.css`, to ensure plugins are working correctly.
186
181
187
-
> **Future**: Style testing is done manually. Run `npm start` from root folder in this project, then review output at web interface, to ensure styles are rendering correctly.
182
+
Style testing is done manually. Run `npm start`, then review output at web interface, to ensure styles are rendering correctly.
0 commit comments