DesignRevision / shards-ui

🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
https://designrevision.com/downloads/shards/
MIT License
1.72k stars 212 forks source link

Latest npm release is missing src folder #48

Closed psenechal closed 5 years ago

psenechal commented 5 years ago

2.1.0 release included src/scss folder for shards. Current 2.1.1 release only has dist folder.

Expected Behavior

2.1.1 release should include the src folder

Current Behavior

2.1.1 release is missing the src folder

Possible Solution

Publish the folder so that using shards dashboard can use the npm package for shards ui as in previous release.

Steps to Reproduce

Update project to shards-ui 2.1.1. Attempt to build and an error is generated claiming that @import "~shards-ui/src/scss/shards"; cannot be found.

Context (Environment)

Angular 7.2.6 project

Detailed Description

Possible Implementation

psenechal commented 5 years ago

As a work-around for now, I downloaded the zip file of the project and copied the src folder into the shards-ui folder in node_modules

hisk commented 5 years ago

@psenechal My apologies! I have just fixed this in 2.1.2. 😅