File tree 4 files changed +4
-4
lines changed
mounted_app/test/dummy/config
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default: &default
5
5
source_entry_path : entrypoints
6
6
public_root_path : public
7
7
public_output_path : packs
8
- cache_path : tmp/cache/ webpacker
8
+ cache_path : tmp/webpacker
9
9
webpack_compile_output : true
10
10
11
11
# Additional paths webpack should look up modules
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def test_public_manifest_path
44
44
end
45
45
46
46
def test_cache_path
47
- cache_path = File . expand_path File . join ( File . dirname ( __FILE__ ) , "test_app/tmp/cache/ webpacker" ) . to_s
47
+ cache_path = File . expand_path File . join ( File . dirname ( __FILE__ ) , "test_app/tmp/webpacker" ) . to_s
48
48
assert_equal @config . cache_path . to_s , cache_path
49
49
end
50
50
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default: &default
4
4
source_path : app/packs
5
5
source_entry_path : entrypoints
6
6
public_output_path : packs
7
- cache_path : tmp/cache/ webpacker
7
+ cache_path : tmp/webpacker
8
8
9
9
# Additional paths webpack should look up modules
10
10
# ['app/assets', 'engine/foo/app/assets']
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default: &default
5
5
source_entry_path : entrypoints
6
6
public_root_path : public
7
7
public_output_path : packs
8
- cache_path : tmp/cache/ webpacker
8
+ cache_path : tmp/webpacker
9
9
webpack_compile_output : false
10
10
11
11
# Additional paths webpack should look up modules
You can’t perform that action at this time.
0 commit comments