summaryrefslogtreecommitdiffstats
path: root/node_modules/node-sass/src/libsass/Makefile.conf
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/node-sass/src/libsass/Makefile.conf
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/node-sass/src/libsass/Makefile.conf')
-rw-r--r--node_modules/node-sass/src/libsass/Makefile.conf55
1 files changed, 0 insertions, 55 deletions
diff --git a/node_modules/node-sass/src/libsass/Makefile.conf b/node_modules/node-sass/src/libsass/Makefile.conf
deleted file mode 100644
index 5ba968b..0000000
--- a/node_modules/node-sass/src/libsass/Makefile.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-# this is merely a common Makefile multiple implementers can use
-# bigger files (in terms of compile time) tend to go to the top,
-# so they don't end up as the last compile unit when compiling
-# in parallel. But we also want to mix them a little too avoid
-# heavy RAM usage peaks. Other than that the order is arbitrary.
-
-
-SOURCES = \
- ast.cpp \
- node.cpp \
- context.cpp \
- constants.cpp \
- functions.cpp \
- color_maps.cpp \
- environment.cpp \
- ast_fwd_decl.cpp \
- bind.cpp \
- file.cpp \
- util.cpp \
- json.cpp \
- units.cpp \
- values.cpp \
- plugins.cpp \
- position.cpp \
- lexer.cpp \
- parser.cpp \
- prelexer.cpp \
- eval.cpp \
- expand.cpp \
- listize.cpp \
- cssize.cpp \
- extend.cpp \
- output.cpp \
- inspect.cpp \
- emitter.cpp \
- check_nesting.cpp \
- remove_placeholders.cpp \
- sass.cpp \
- sass_util.cpp \
- sass_values.cpp \
- sass_context.cpp \
- sass_functions.cpp \
- sass2scss.cpp \
- backtrace.cpp \
- operators.cpp \
- to_c.cpp \
- to_value.cpp \
- source_map.cpp \
- subset_map.cpp \
- error_handling.cpp \
- memory/SharedPtr.cpp \
- utf8_string.cpp \
- base64vlq.cpp
-
-CSOURCES = cencode.c