mid0111 / cordova-gulp-sample

Gulpfile sample for cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulpfile for cordova project

Sample project for cordova developed with gulp.
Build js file using browserify(babelify), then build cordova application using command line from npm script.

Note

Default target platform is android and browser.

Usage

Init project

npm install
gulp

Build

npm run build

Folder structure

.
├── build  # Output folder for cordova build.
├── gulpfile.js
├── node_modules
├── package.json
└── source # Source folder for build/www
    ├── app.js
    ├── css
    ├── img
    ├── index.html
    └── js

About

Gulpfile sample for cordova


Languages

Language:JavaScript 38.4%Language:CSS 36.8%Language:HTML 24.8%