Skip to content

Commit

Permalink
(fix) readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyliky committed Nov 15, 2021
1 parent 439657a commit 9dab8b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/on-library-builded.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ function copyFolderSync(from, to) {
});
}

function copyReadme() {
const readmePath = 'README.md';
const destinationFolder = 'dist/ngx-os';

fs.copyFileSync(readmePath, `${destinationFolder}/${readmePath}`);
}

copyFolderSync(
'src/assets/themes',
'dist/ngx-os/assets/themes'
);
copyReadme();
7 changes: 7 additions & 0 deletions src/app/library/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ngx-os

Components in operating systems style for Angular.

Visit the [ngx-os website](https://ngx-os.io/guides) for general information, examples, demos and documentation.

[![ngx-os website](https://ngx-os.io/assets/demo/ngx-os-website.jpg)](https://ngx-os.io)
Binary file added src/assets/demo/ngx-os-website.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dab8b1

Please sign in to comment.