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
Describe the feature request
Currently it's hard to use Scale without NodeJS as compared to e.g. React there are no static UMD builds from scale available. This means a user either would need to manually compile the whole project and then copy the dist folder to it's target project or he would need to use the slow UNPKG CDN from here: https://unpkg.com/browse/@telekom/[email protected]/dist/
It would be great to have a ZIP file on each tag with the dist output of the build.
Describe the use case
Not every website is using NodeJS as environment. In some cases it's not even possible to use NodeJS. Scale should however be also usable in those websites.
Describe alternatives you've considered
The alternative of providing a ZIP file would be to instead provide a UMD build consisting only of a single JavaScript and CSS file which you can copy to the destination project. That would make using it even easier and less complex. This already has been discussed in this issue: #642 (comment)
With the current state of the project the resulting two files however will be extremely large. While it would be the better solution and other projeccts like e.g. React do this as well (see https://unpkg.com/browse/[email protected]/umd/) it would need some sort of optimization to get the files smaller.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Currently it's hard to use Scale without NodeJS as compared to e.g. React there are no static UMD builds from scale available. This means a user either would need to manually compile the whole project and then copy the dist folder to it's target project or he would need to use the slow UNPKG CDN from here: https://unpkg.com/browse/@telekom/[email protected]/dist/
It would be great to have a ZIP file on each tag with the dist output of the build.
Describe the use case
Not every website is using NodeJS as environment. In some cases it's not even possible to use NodeJS. Scale should however be also usable in those websites.
Describe alternatives you've considered
The alternative of providing a ZIP file would be to instead provide a UMD build consisting only of a single JavaScript and CSS file which you can copy to the destination project. That would make using it even easier and less complex. This already has been discussed in this issue: #642 (comment)
With the current state of the project the resulting two files however will be extremely large. While it would be the better solution and other projeccts like e.g. React do this as well (see https://unpkg.com/browse/[email protected]/umd/) it would need some sort of optimization to get the files smaller.
The text was updated successfully, but these errors were encountered: