Skip to content

Commit

Permalink
Merge pull request #2 from edu/bem-frontend
Browse files Browse the repository at this point in the history
Убраны лишние директории из статики
  • Loading branch information
Alexey Gerasimenko committed Apr 4, 2014
2 parents d8c6e2d + 0bf744b commit eef4a55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
## Сборка

### Development-режим (без заморозки и минимизации)
cd frontend
npm i
node_modules/.bin/bower install
YENV=development node_modules/.bin/enb make

### Production-режим (с заморозкой и минимизацией)
cd frontend
npm i
node_modules/.bin/bower install
Expand Down
3 changes: 0 additions & 3 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,7 @@
STATICFILES_DIRS = [
COMMON_ROOT / "static",
PROJECT_ROOT / "static",
("bem/.bem/lib", REPO_ROOT / "frontend/.bem/lib"), # folder for bem integration
("bem/desktop.bundles", REPO_ROOT / "frontend/desktop.bundles"), # folder for bem integration
("bem/common.blocks", REPO_ROOT / "frontend/common.blocks"), # folder for bem integration
("bem/desktop.blocks", REPO_ROOT / "frontend/desktop.blocks") # folder for bem integration
]

FAVICON_PATH = 'images/favicon.ico'
Expand Down

0 comments on commit eef4a55

Please sign in to comment.