summarylogtreecommitdiffstats
path: root/nodejs-generator-gulp-angular.install
diff options
context:
space:
mode:
authorFlorent H. CARRÉ2015-07-17 05:52:55 +0200
committerFlorent H. CARRÉ2015-07-17 05:52:55 +0200
commit113a4e7e6584ef0adb19f300dd4169db448875d9 (patch)
tree9703dcdf1ffd9afb535531b52785b0e281caa937 /nodejs-generator-gulp-angular.install
downloadaur-113a4e7e6584ef0adb19f300dd4169db448875d9.tar.gz
Initial import
Diffstat (limited to 'nodejs-generator-gulp-angular.install')
-rw-r--r--nodejs-generator-gulp-angular.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/nodejs-generator-gulp-angular.install b/nodejs-generator-gulp-angular.install
new file mode 100644
index 000000000000..6fbcbd24b6aa
--- /dev/null
+++ b/nodejs-generator-gulp-angular.install
@@ -0,0 +1,12 @@
+post_install() {
+cat << EOF
+ Breaking Change for versions >= 0.6.0:
+ Directory structure evolved to the recommendations from the Angular
+ team. Do not run this version of the generator on an existing project
+ generated with a previous version.
+EOF
+}
+
+post_upgrade() {
+ post_install
+}