Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
b3a56854
Commit
b3a56854
authored
Jan 09, 2018
by
Ari Rizzitano
Committed by
Ari Rizzitano
Jan 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try a force rebuild
parent
84ba765c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
+1
-0
Makefile
+1
-0
package-lock.json
+0
-0
No files found.
Makefile
View file @
b3a56854
...
...
@@ -13,6 +13,7 @@ help: ## Display this help message
@
perl
-nle
'print $& if m{^[\.a-zA-Z_-]+:.*?## .*$$}'
$(MAKEFILE_LIST)
| sort | awk
'BEGIN {FS = ":.*?## "}; {printf "\033[36m %-25s\033[0m %s\n", $$1, $$2}'
static
:
##
Gather all static assets for production
npm rebuild node-sass
--force
$(NODE_BIN)
/webpack
--config
webpack.config.js
--display-error-details
--progress
--optimize-minimize
python manage.py collectstatic
--noinput
python manage.py compress
-v3
--force
...
...
package-lock.json
0 → 100644
View file @
b3a56854
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment