From 1dc5593380e8d0a8ed5ef677873bf99c81732f32 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 22 Sep 2014 17:20:38 -0700 Subject: [PATCH] :memo: Single # in comments --- build/tasks/create-installer.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/tasks/create-installer.coffee b/build/tasks/create-installer.coffee index bfb57dde1..6abc046be 100644 --- a/build/tasks/create-installer.coffee +++ b/build/tasks/create-installer.coffee @@ -16,7 +16,7 @@ module.exports = (grunt) -> packageInfo = grunt.file.readJSON(path.join(atomDir, 'resources', 'app', 'package.json')) inputTemplate = grunt.file.read(path.join('build', 'windows', 'atom.nuspec.erb')) - ## NB: Build server has some sort of stamp on the version number + # NB: Build server has some sort of stamp on the version number packageInfo.version = packageInfo.version.replace(/-.*$/, '') targetNuspecPath = path.join(buildDir, 'atom.nuspec') @@ -32,8 +32,8 @@ module.exports = (grunt) -> releasesDir = path.join(buildDir, 'Releases') - ## NB: Gonna clear Releases for now, in the future we need to pull down - ## the existing version + # NB: Gonna clear Releases for now, in the future we need to pull down + # the existing version rm(releasesDir) cmd = 'build/windows/update.com'