Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enzious/cy-script
https://github.com/enzious/cy-script
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enzious/cy-script
- Owner: enzious
- Created: 2020-11-18T05:29:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T15:40:51.000Z (almost 3 years ago)
- Last Synced: 2023-04-23T21:57:34.429Z (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");
```