Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 4ecaabb

Browse files
committed
Merge pull request #486 from adobe/release
Merge release branch back into master
2 parents 1cb3e04 + 65d6483 commit 4ecaabb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ module.exports = function (grunt) {
203203

204204
// task: build-installer-linux
205205
grunt.registerTask("build-installer-linux", "Build linux installer", function () {
206-
grunt.task.requires(["package"]);
207-
208206
var template = grunt.file.read("installer/linux/debian/control"),
209207
templateData = {},
210208
content;
@@ -240,8 +238,6 @@ module.exports = function (grunt) {
240238

241239
// task: build-linux-archive
242240
grunt.registerTask("build-linux-archive", "Build portable Linux .tar.gz", function () {
243-
grunt.task.requires(["package"]);
244-
245241
var done = this.async(),
246242
version = semver.parse(grunt.config("pkg").version),
247243
release = version.major + "." + version.minor;

0 commit comments

Comments
 (0)