Joeri de Gooijer pushed to branch feature/visual-editing-psp1 at cms-community 
/ hippo-addon-channel-manager


Commits:
56e55fb6 by Joeri de Gooijer at 2016-10-17T16:29:09+02:00
CHANNELMGR-941 Update to frontend-build 4.0.2

- - - - -


2 changed files:

- frontend-ng/README.md
- frontend-ng/package.json


Changes:

=====================================
frontend-ng/README.md
=====================================
--- a/frontend-ng/README.md
+++ b/frontend-ng/README.md
@@ -37,11 +37,11 @@ Serve and watch files for development
 
 Run unit tests and watch for changes to rerun (Chrome needs to be installed)
 
-    $ npm run test:auto
+    $ npm test
 
 Run unit tests once (Chrome needs to be installed)
 
-    $ npm test
+    $ npm run testOnce
 
 List all gulp tasks available
 
@@ -58,15 +58,15 @@ List all gulp tasks available
 
 Serve and watch files for development
 
-    $ gulp serve
+    $ gulp start
 
 Run unit tests and watch for changes to rerun (Chrome needs to be installed)
 
-    $ gulp test:auto
+    $ gulp test
 
 Run unit tests once (Chrome needs to be installed)
 
-    $ gulp test
+    $ gulp testOnce
 
 Build optimized application for production
 


=====================================
frontend-ng/package.json
=====================================
--- a/frontend-ng/package.json
+++ b/frontend-ng/package.json
@@ -6,9 +6,13 @@
   "scripts": {
     "gulp": "gulp",
     "build": "gulp build",
-    "start": "gulp serve",
+    "buildDev": "gulp buildDev",
+    "buildProfile": "gulp buildProfile",
+    "clean": "gulp clean",
+    "start": "gulp start",
+    "startDist": "gulp startDist",
     "test": "gulp test",
-    "test:auto": "gulp test:auto"
+    "testOnce": "gulp testOnce"
   },
   "dependencies": {
     "angular": "1.5.8",
@@ -34,6 +38,6 @@
   },
   "devDependencies": {
     "angular-mocks": "1.5.8",
-    "frontend-build": "4.0.0"
+    "frontend-build": "4.0.2"
   }
 }



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/56e55fb68081886dd519f89fe12a014f03148d37
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to