javascript - Adding cordova to existing angular-lungo template -
i trying figure out how go adding cordova project has angular.js , lungo.js included in it. here's error :
error: current working directory not cordova-based project.
how make cordova project?
i tried other way around. : creating cordova project first, adding angular.js , lungo.js in it. i'm using grunt init scaffold template.
here's error:
philippes-macbook-pro:hello phil$ grunt-init lungo-angular-bridge running "init:lungo-angular-bridge" (init) task task create 1 or more files in current directory, based on environment , answers few questions. note answering "?" question show question-specific , answering "none" questions leave value blank. warning: existing files may overwritten! use --force continue. aborted due warnings.
now, i'm not sure how make cordova, angular.js, lungo.js included correctly. appreciated.
thank you, phil.
first thing check if .cordova
file being created. if not, try running command repository: cordova create
Comments
Post a Comment