Skip to content

Commit

Permalink
Loads another seaside spec for squeak.
Browse files Browse the repository at this point in the history
Fixes #211
  • Loading branch information
jecisc committed Nov 22, 2018
1 parent c65cde3 commit 0d6ffd8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ baseline: spec
do: [
"Dependencies"
self
seaside3: spec;
fileLibraryHelper: spec;
materialColors: spec;
magritte: spec.
Expand Down Expand Up @@ -36,4 +35,8 @@ baseline: spec
group: 'demo' with: #('Material-Design-Lite-Demo');
group: 'tests' with: #('Material-Design-Lite-Components-Tests' 'Material-Design-Lite-Widgets-Tests' 'Material-Design-Lite-Extensions-Tests' 'Material-Design-Lite-Core-Tests') ].

self gemStone: spec
spec for: #(pharo gemstone) do: [ self seaside3: spec ].

self
gemStone: spec;
squeak: spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies
seaside3ForSqueak: spec
spec
baseline: 'Seaside3'
with: [ spec
loads: #('Core' 'JQuery' 'WebClient');
repository: 'github://SeasideSt/Seaside/repository' ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseline
squeak: spec
spec for: #squeak do: [ self seaside3ForSqueak: spec ]

0 comments on commit 0d6ffd8

Please sign in to comment.