Skip to content

Files

Latest commit

Feb 28, 2017
d22e91a · Feb 28, 2017

History

History
21 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 364 Bytes

backward-audio-swf

The simple Flash audio streamer.

How to install npm

https://nodejs.org/en/download/package-manager/

Install Node Packages.

$ npm install grunt --save-dev
$ npm install

Compile SWF. Development (places new SWF in /dist/):

$ grunt mxmlc

Production/ Distribution (runs mxmlc task and copies SWF to dist/):

$ grunt dist