Merge lp:~stephen-stewart/ulysses/do-not-clean-release-dir into lp:ulysses

Proposed by Stephen Stewart
Status: Merged
Approved by: Stephen Stewart
Approved revision: 27
Merged at revision: 27
Proposed branch: lp:~stephen-stewart/ulysses/do-not-clean-release-dir
Merge into: lp:ulysses
Diff against target: 21 lines (+1/-3)
1 file modified
Gruntfile.js (+1/-3)
To merge this branch: bzr merge lp:~stephen-stewart/ulysses/do-not-clean-release-dir
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
Review via email: mp+209504@code.launchpad.net

Commit message

don't clean release dir

Description of the change

we don't want to clean out the release dir at this time

To post a comment you must log in.
Revision history for this message
Jonas G. Drange (jonas-drange) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Gruntfile.js'
2--- Gruntfile.js 2014-02-23 14:56:47 +0000
3+++ Gruntfile.js 2014-03-05 17:14:57 +0000
4@@ -3,8 +3,7 @@
5 pkg: grunt.file.readJSON('package.json'),
6
7 clean: {
8- build: ['tmp', 'public'],
9- release: ['release/']
10+ build: ['tmp', 'public']
11 },
12
13 compress: {
14@@ -173,7 +172,6 @@
15 ]);
16 grunt.registerTask('release', [
17 'build',
18- 'clean:release',
19 'copy:release',
20 'compress:release'
21 ]);

Subscribers

People subscribed via source and target branches