@@ -53,7 +53,7 @@ module.exports = {
5353 actions . push ( {
5454 type : 'modify' ,
5555 path : '../../app/src/containers/index.js' ,
56- pattern : / ( \/ \* A s s e m b l e a l l c o n t a i n e r s f o r e x p o r t \* \/ ) / g,
56+ pattern : / ( \/ \* G E N E R A T O R : A s s e m b l e a l l c o n t a i n e r s f o r e x p o r t \* \/ ) / g,
5757 template : trimTemplateFile ( 'config/generators/container/export.js.hbs' ) ,
5858 } ) ;
5959
@@ -86,28 +86,28 @@ module.exports = {
8686 actions . push ( {
8787 type : 'modify' ,
8888 path : '../../app/src/store.js' ,
89- pattern : / ( \/ \* I m p o r t a l l o f y o u r i n i t i a l s t a t e \* \/ ) / g,
89+ pattern : / ( \/ \* G E N E R A T O R : I m p o r t a l l o f y o u r i n i t i a l s t a t e \* \/ ) / g,
9090 template : trimTemplateFile ( 'config/generators/container/store.import.js.hbs' ) ,
9191 } ) ;
9292
9393 actions . push ( {
9494 type : 'modify' ,
9595 path : '../../app/src/store.js' ,
96- pattern : / ( \/ \* C o m p i l e a l l o f y o u r i n i t i a l s t a t e \* \/ ) / g,
96+ pattern : / ( \/ \* G E N E R A T O R : C o m p i l e a l l o f y o u r i n i t i a l s t a t e \* \/ ) / g,
9797 template : trimTemplateFile ( 'config/generators/container/store.usage.js.hbs' ) ,
9898 } ) ;
9999
100100 actions . push ( {
101101 type : 'modify' ,
102102 path : '../../app/src/reducers.js' ,
103- pattern : / ( \/ \* I m p o r t a l l o f y o u r r e d u c e r s \* \/ ) / g,
103+ pattern : / ( \/ \* G E N E R A T O R : I m p o r t a l l o f y o u r r e d u c e r s \* \/ ) / g,
104104 template : trimTemplateFile ( 'config/generators/container/reducers.import.js.hbs' ) ,
105105 } ) ;
106106
107107 actions . push ( {
108108 type : 'modify' ,
109109 path : '../../app/src/reducers.js' ,
110- pattern : / ( \/ \* C o m p i l e a l l o f y o u r r e d u c e r s \* \/ ) / g,
110+ pattern : / ( \/ \* G E N E R A T O R : C o m p i l e a l l o f y o u r r e d u c e r s \* \/ ) / g,
111111 template : trimTemplateFile ( 'config/generators/container/reducers.usage.js.hbs' ) ,
112112 } ) ;
113113
0 commit comments