From 3d4c3da5d91923bd6f8a9693a420f7cf4892e506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 11 Oct 2014 18:15:35 +0300 Subject: [PATCH] Move `update_dist_directory.sh` into `bin/travis` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it even more clear that the `update_dist_directory.sh` is intended for Travis¹, and not for the user to run it. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¹ http://docs.travis-ci.com/ --- bin/{ => travis}/update_dist_directory.sh | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename bin/{ => travis}/update_dist_directory.sh (96%) diff --git a/bin/update_dist_directory.sh b/bin/travis/update_dist_directory.sh similarity index 96% rename from bin/update_dist_directory.sh rename to bin/travis/update_dist_directory.sh index 2ae4402dfb..915e181f7c 100755 --- a/bin/update_dist_directory.sh +++ b/bin/travis/update_dist_directory.sh @@ -3,7 +3,6 @@ # [!] This script is intended for Travis. If the tests pass, Travis will # automatically execute this script, regenerating the `dist` directory and # committing any new changes to the `master` branch. -# Details: github.com/h5bp/html5-boilerplate/commit/a3baca2367fab2d # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index 9ce4512b3f..52b642c04e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "scripts": { "build": "gulp build", "test": "gulp archive && mocha --reporter spec --timeout 5000", - "update_dist_directory": "bin/update_dist_directory.sh" + "update_dist_directory": "bin/travis/update_dist_directory.sh" }, "version": "4.3.0" }