generator-appverse-ionic
Version:
Appverse Ionic generator
53 lines (51 loc) • 1.21 kB
JavaScript
;
module.exports = {
templates: [
"app/index.html",
"package.json",
"bower.json",
"Gruntfile.js",
"README.md",
"sonar-project.properties",
"app/states/app-states.js",
"app/app.js",
"test/e2e/homeSpec.js",
"tasks/mobile.js",
"app/directives"
],
files: [
".bowerrc",
".editorconfig",
".jshintrc",
".jscsrc",
".jshintignore",
".jsbeautifyrc",
"LICENSE.md",
"app/favicon.ico",
"app/components/home",
"app/components/menu",
"app/js",
"app/styles",
"config",
"mobile-builder-bundle",
"tasks",
"test/unit",
"test/e2e/init.js",
"test/karma-unit.conf.js",
"test/protractor-jasmine2.conf.js",
"test/waitPlugin.js",
"app/js"
],
demotemplates: [
"app/components/charts",
"app/components/components",
"app/components/icons",
"app/components/theme"
],
demofiles: [
"test/e2e/routesSpec.js",
"test/e2e/actionsSpec.js",
"app/components/selects",
"app/img"
]
}