sButtons/sbuttons

bundle the npm run clean-css command along with npm start

Closed this issue ยท 3 comments

Is your feature request related to a problem? Please describe.
no

Describe the solution you'd like
run both the commands npm run compile and npm run clean-css (which would look for changes in sbuttons.css) simultaneously with the command npm start which would indeed facilitate faster development.

Additional notes
I would like to work on this.

Hi, @mrSidSat,
Thanks for opening an issue ๐Ÿ’™ your issue will be seen by maintainers soon.
Contributors ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ like you make the open source community ๐ŸŒ such an amazing place to learn ๐Ÿ“– , inspire ๐Ÿ‘ผ, and create ๐ŸŽจ .
We will investigate ๐Ÿ‘€ and get back to you as soon as possible ๐Ÿ‘ .
Just make sure you have given us sufficient information โ„น๏ธ.
By that time enjoy this joke ๐Ÿ‘‡ , hope you like it ๐Ÿ˜„

A SQL statement walks into a bar and sees two tables.
It approaches, and asks "may I join you?"

Use this action on your projects. Use memes on issues action instead.

Hi @mrSidSat that's a nice suggestion.

I think instead of changing start we should add a new script build which would perform both commands.

You need to also change the contributing guidelines in this part:

sbuttons/CONTRIBUTING.md

Lines 47 to 50 in d423a5c

2. Compile command:
`npm run compile`
3. Clean CSS command:
`npm run clean-css`

Replace it with just using the new build command.

I'll assign you for this

@shahednasser reporting a stale issue.