Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229110

Setting up Ionic 1 app with Ionic Pro

$
0
0

Yeah! So the way we got it to work was to add the build script to package.json and run our locally-installed gulp command (which gets installed from devDependencies) from there. So in our package.json it looks something like this:

"scripts": {
    "build": "./node_modules/.bin/gulp"
  },
"devDependencies": {
    "gulp": "^3.9.1"
}

Notice the ./node_modules/.bin part, that is how we run gulp installed with our package


Viewing all articles
Browse latest Browse all 229110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>