generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

build:<platform> --release must do compress

Open Alir3z4 opened this issue 10 years ago • 0 comments

By adding --release to $ grunt build:<platform> the generated output must be compressed first.

Currently:

  grunt.registerTask('build', function() {
    return grunt.task.run(['init', 'ionic:build:' + this.args.join()]);
  });

There's no compress involved.

Alir3z4 avatar May 01 '15 02:05 Alir3z4