Skip to content

Commit

Permalink
Rebuild, new js/scss deployment, Flash support dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
prochor666 committed Aug 22, 2016
1 parent 224f7b9 commit 253e434
Show file tree
Hide file tree
Showing 58 changed files with 15,344 additions and 14,943 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Julia player

![julia-player](https://raw.githubusercontent.com/prochor666/julia-player/master/src/img/brand/julia-logo-128x128.png)

Responsive, mobile first, HTML5 player with Flash fallback

Julia player
=============

How to establish devel environment.

- Install Node.js. See [Node.js](https://nodejs.org/en/) for more.
- Install Gulp.js. See [Gulp.js](http://gulpjs.com/) for more.
- Install dependecies from gulpfile.js
- SASS package [gulp-sass](https://www.npmjs.com/package/gulp-sass)
- CSS minify package [gulp-clean-css](https://www.npmjs.com/package/gulp-clean-css)
- JavaScript minify package [gulp-minify](https://www.npmjs.com/package/gulp-minify)
- Concat package [gulp-concat](https://www.npmjs.com/package/gulp-concat)
- _optional_, _not-implemented_ Sourcemaps package [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps)

How to start.

Run:

```bash
user@host:/your/devel/directory/julia# gulp watch
```

Now you can start typing in scss and js files. All needle files are generated on the fly.

See the _gulp watch_ command console output for more info (error crashes, operation log, etc...).

> Note that dist/css/ css files are generated automaticaly from src/scss, so do not edit.
1,480 changes: 0 additions & 1,480 deletions dist/css/ionicons.css

This file was deleted.

11 changes: 0 additions & 11 deletions dist/css/ionicons.min.css

This file was deleted.

Loading

0 comments on commit 253e434

Please sign in to comment.