質問編集履歴

5

sakujo

2017/01/24 13:22

投稿

moratorium
moratorium

スコア33

test CHANGED
File without changes
test CHANGED
@@ -43,10 +43,6 @@
43
43
  ![イメージ説明](082ec6de275f7e36defc2f9de80c4773.jpeg)
44
44
 
45
45
  ※SCSSファイルだけの保存でも同じエラーが発生しました
46
-
47
-
48
-
49
- ![イメージ説明](b23251673474cd7efd8fa6a0c7ec50d0.jpeg)
50
46
 
51
47
 
52
48
 

4

情報の追記

2017/01/24 13:22

投稿

moratorium
moratorium

スコア33

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,13 @@
66
66
 
67
67
  ```
68
68
 
69
- 尚、上記ファイルの内容空にして同様のエラーが発生してい
69
+ 尚、以下してみたのですが同様のエラーが発生しました
70
+
71
+ ⇒top.css.scssの内容を空にする
72
+
73
+ ⇒top.scssというファイル名に変更する
74
+
75
+
70
76
 
71
77
 
72
78
 

3

情報の追記

2017/01/24 11:32

投稿

moratorium
moratorium

スコア33

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,8 @@
50
50
 
51
51
 
52
52
 
53
+
54
+
53
55
  ▼top.css.scssの内容
54
56
 
55
57
 
@@ -64,7 +66,7 @@
64
66
 
65
67
  ```
66
68
 
67
-
69
+ 尚、上記ファイルの内容を空にしても同様のエラーが発生しています。
68
70
 
69
71
 
70
72
 

2

情報の追記

2017/01/24 11:24

投稿

moratorium
moratorium

スコア33

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,9 @@
1
+ **※記載内容を追記しました。**
2
+
3
+
4
+
5
+
6
+
1
7
  RailsでWebアプリを作成しており、SASS形式でCSSを記述したく、以下のように
2
8
 
3
9
  topコントローラーのスタイルシートを”CSS"と”SCSS”の両形式で保存するとエラーが発生します。
@@ -34,15 +40,29 @@
34
40
 
35
41
 
36
42
 
37
- ![イメージ説明](553d125ac12fa85019e13574896d698b.jpeg)
43
+ ![イメージ説明](082ec6de275f7e36defc2f9de80c4773.jpeg)
38
-
39
-
40
44
 
41
45
  ※SCSSファイルだけの保存でも同じエラーが発生しました
42
46
 
43
47
 
44
48
 
45
49
  ![イメージ説明](b23251673474cd7efd8fa6a0c7ec50d0.jpeg)
50
+
51
+
52
+
53
+ ▼top.css.scssの内容
54
+
55
+
56
+
57
+ ```ここに言語を入力
58
+
59
+ // Place all the styles related to the top controller here.
60
+
61
+ // They will automatically be included in application.css.
62
+
63
+ // You can use Sass (SCSS) here: http://sass-lang.com/
64
+
65
+ ```
46
66
 
47
67
 
48
68
 

1

情報追加

2017/01/24 11:21

投稿

moratorium
moratorium

スコア33

test CHANGED
File without changes
test CHANGED
@@ -52,13 +52,9 @@
52
52
 
53
53
 
54
54
 
55
- ```ここに言語を入力
55
+ 以下エラーページの全文です。
56
56
 
57
- wrong number of arguments (2 for 1)
58
57
 
59
- (in /vagrant/project/moratle/app/assets/stylesheets/top.scss)
60
-
61
- ```
62
58
 
63
59
 
64
60