Gulp Example with Ionic Framework
August 4, 2015 ยท View on GitHub
css/ ----- ionic.app.css //Created using Gulp - Used for debugging ----- ionic.app.min.css //Created using Gulp ----- style.css ----- //More styles from libraries like tooltipster.css for example img/ ----- logo.png ----- icons/ //Example ---------- user1.png ---------- user2.png js/ ----- controllers/ //Remove folder in the compiled version for Android and iOS ---------- mainController.js ---------- otherController.js ----- directives/ //Remove folder in the compiled version for Android and iOS ---------- mainDirective.js ---------- otherDirective.js ----- services/ //Remove folder in the compiled version for Android and iOS ---------- userService.js ---------- itemService.js ----- app.js ----- controllers.js //Created using Gulp - Used for debugging ----- controllers.min.js //Created using Gulp ----- directives.js //Created using Gulp - Used for debugging ----- directives.min.js //Created using Gulp ----- services.js //Created using Gulp - Used for debugging ----- services.min.js //Created using Gulp ----- filter.js lib/ //External libraries like Ionic and ngCordova ----- ionic/ ---------- js/ --------------- ionic.bundle.min.js ----- ngCordova/ ---------- dist/ --------------- ng-cordova.min.js ----- //More libraries... templates/ ----- home.html ----- login.html ----- addUser.html ----- modals/ //Templates to Popups ---------- editUser.html index.html