This repository was archived by the owner on Mar 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Unclear developer experience #4
Copy link
Copy link
Open
Description
(NOTE: This issue can be broken down into many different interconnected issues, but for sake of keeping things simple, I have jotted down what all I felt was wrong here)
I was trying to setup a development server. But it took me a while to figure out the following things-
- One has to run
lessfirst. Only thenbuildorstartwill be successful. - Since
lessis not added to thewebpack.config.jsthus in case someone has changed his styes, he or she will have to runlessagain. - Custom
devserver is being used, instead of the one being provided by webpack. The webpack one automatically refreshes the webpage and in some browsers also clears the cache (last time I used it). It will help in cleaning the directory of files which the developer doesn't need.
One optimal solution includes updating thewebpack.config.jsto includelessandservetasks.
(Somewhat unrelated)
- On the examples, the class of the component one creates is not added to the examples component. Hence the custom styles are not.
Metadata
Metadata
Assignees
Labels
No labels