mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
demo generation
This commit is contained in:
13
scripts/examples/examples.js
Normal file
13
scripts/examples/examples.js
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Created by perry on 3/19/15.
|
||||
* A place to do more complicated demo generation
|
||||
* TODO: more complicated demo generation
|
||||
*/
|
||||
|
||||
var wrap = require("gulp-wrap");
|
||||
|
||||
module.exports = function(gulp, argv) {
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user