Rework organization
This commit is contained in:
parent
9148f35b97
commit
9716a88413
3
rmss/.gitignore
vendored
3
rmss/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
node_modules/
|
|
||||||
.jshintrc
|
|
||||||
.eslintrc
|
|
14
rmss/.vscode/tasks.json
vendored
14
rmss/.vscode/tasks.json
vendored
@ -1,14 +0,0 @@
|
|||||||
// Less configuration
|
|
||||||
{
|
|
||||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
||||||
// for the documentation about the tasks.json format
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "Less Compile",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "lessc less/rmss.less rmss.css",
|
|
||||||
"group": "build"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user