Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit e730233

Browse files
committed
Removed redundant app.snippet module dependency from map theme
1 parent 82e2d3a commit e730233

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/themes/map/ui/app/search/search.module.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
'ml.search',
88

99
// html dependencies
10-
'app.snippet',
1110
'ml.search.tpls',
1211
'ui.bootstrap',
1312
'ui.router'

test-generate-all.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd slush-default
2020

2121
gulp build
2222

23-
./ml local bootstrap local deploy modules local deploy content local mlcp -options_file import-sample-data.options
23+
./ml local install local mlcp -options_file import-sample-data.options
2424

2525
cd ..
2626

@@ -40,7 +40,7 @@ cd slush-3column
4040

4141
gulp build
4242

43-
./ml local bootstrap local deploy modules local deploy content local mlcp -options_file import-sample-data.options
43+
./ml local install local mlcp -options_file import-sample-data.options
4444

4545
cd ..
4646

@@ -60,7 +60,7 @@ cd slush-dashboard
6060

6161
gulp build
6262

63-
./ml local bootstrap local deploy modules local deploy content local mlcp -options_file import-sample-data.options
63+
./ml local install local mlcp -options_file import-sample-data.options
6464

6565
cd ..
6666

@@ -80,7 +80,7 @@ cd slush-map
8080

8181
gulp build
8282

83-
./ml local bootstrap local deploy modules local deploy content local mlcp -options_file import-sample-data.options
83+
./ml local install local mlcp -options_file import-sample-data.options
8484

8585
cd ..
8686

@@ -100,7 +100,7 @@ cd slush-cards
100100

101101
gulp build
102102

103-
./ml local bootstrap local deploy modules local deploy content local mlcp -options_file import-sample-data.options
103+
./ml local install local mlcp -options_file import-sample-data.options
104104

105105
cd ..
106106

0 commit comments

Comments
 (0)