diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/package.json b/package.json index dc0d3bc..3a85730 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "tasks": { "sass-compile": { - "sourceComments": "map" + "sourceComments": "none" } } },