-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebuild, new js/scss deployment, Flash support dropped
- Loading branch information
1 parent
224f7b9
commit 253e434
Showing
58 changed files
with
15,344 additions
and
14,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.