rcscute
v0.3.2
Published
css library for rockos
Downloads
4
Readme
#How to develop rcscute css library Date: 2022/2/19 Author: Masayuki AONO
This software is released under the MIT License, see LICENSE.md.
directories
build sass files
dist
ディレクトリでbuildタスクを実行する。
$ cd dist
$ npm run build
css files generated in dist/css
publish
src/scss
ディレクトリに移ってパッケージのバージョンアップしたあとでpublishする。
npm version
の引数はmajor
,minor
,patch
があり、修正のレベルに応じて使い分ける。- バージョンを上げる前にワーキングディレクトリをクリーンにしておく。
$ npm version patch
$ npm publish
deploy demo site
$ scp index.html msyaono@rockos-sv2:/opt/rcscute/