juliabox
v0.5.8
Published
Responsive, mobile ready lightbox
Downloads
2
Readme
Julia Box
Responsive, mobile ready lightbox
How to establish devel environment.
- Install Node.js. See Node.js for more.
- Install Gulp.js. See Gulp.js for more.
- Install dependecies from gulpfile.js
- SASS package gulp-sass
- CSS minify package gulp-clean-css
- JavaScript minify package gulp-minify
- Concat package gulp-concat
- Replace package gulp-replace
- Del package del
- Fs package fs
How to start.
Run:
user@host:/your/devel/directory/julia-box# 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.