https://github.com/enzious/cy-script
https://github.com/enzious/cy-script
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/enzious/cy-script
- Owner: enzious
- Created: 2020-11-18T05:29:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T15:40:51.000Z (over 4 years ago)
- Last Synced: 2025-01-07T21:10:00.824Z (over 1 year ago)
- Language: JavaScript
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building
```sh
npm install
npm run build:release
```
# Installation
Put either the files from `build/debug` or `build/release` into the channel's settings to pull latest production build:
## CHANNEL.js
```javascript
$.getScript('/cy-script.js', function () {
new CyScript();
});
```
## CHANNEL.css
```css
@import url("/cy-script.css");
```