added node-sass compiler
This commit is contained in:
@@ -48,3 +48,5 @@ tests/cache/*
|
||||
tests/error.log
|
||||
system/templates/testing/*
|
||||
/user/config/versions.yaml
|
||||
|
||||
node_modules
|
||||
|
||||
+3273
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"node-sass": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"sass": "node-sass -w scss -o css-compiled"
|
||||
},
|
||||
"name": "dev-epau.archi.fr",
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://figureslibres.io/gogs/ouidade/dev-epau.archi.fr"
|
||||
},
|
||||
"author": "Ouidade Soussi-Chiadmi",
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
scss --watch scss:css-compiled
|
||||
Reference in New Issue
Block a user