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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,15 @@ If you installed Active Admin **without** Webpacker support:
25
25
26
26
If you are using Webpacker:
27
27
28
+
- Add the component to the _package.json_: `yarn add blocknotes/activeadmin_blaze_theme`
28
29
- Add at the end of your Active Admin javascript pack (_app/javascript/packs/active_admin.js_):
29
30
30
31
```js
31
32
require('activeadmin_blaze_theme');
32
33
```
33
34
35
+
- Sometimes it could be necessary to remove the _node_modules_ path a recreate it (`yarn install --check-files`), or to clean the tmp path: `bin/rails tmp:clear`
36
+
34
37
## Customize
35
38
- To change colors add to your Active Admin styles (before **activeadmin_blaze_theme/theme** import):
0 commit comments