enzious / cy-script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

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

$.getScript('<publicPath>/cy-script.js', function () {
  new CyScript();
});

CHANNEL.css

@import url("<publicPath>/cy-script.css");

About


Languages

Language:JavaScript 72.0%Language:SCSS 20.7%Language:TypeScript 7.3%