File tree 6 files changed +5
-5
lines changed
templates/rest_framework_docs
6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
drfdocs.egg-info /
11
11
12
12
rest_framework_docs /static /node_modules /
13
- rest_framework_docs /static /rest_framework_docs /js /dist.js.map
13
+ rest_framework_docs /static /rest_framework_docs /js /dist.min. js.map
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ prune rest_framework_docs/static/node_modules
11
11
graft rest_framework_docs/static/rest_framework_docs
12
12
graft rest_framework_docs/templates/rest_framework_docs
13
13
14
- recursive-exclude rest_framework_docs/static/rest_framework_docs dist.js.map index.js
14
+ recursive-exclude rest_framework_docs/static/rest_framework_docs dist.min. js.map index.js
15
15
recursive-exclude rest_framework_docs/static/rest_framework_docs/*/* *
Original file line number Diff line number Diff line change 15
15
"release-js" : " webpack --config webpack.rel.config.js" ,
16
16
"release" : " npm run build-font-awesome && npm run build-bootstrap-fonts && npm run release-js && npm run build-less" ,
17
17
"start" : " npm run build && npm run watch-less" ,
18
- "lint" : " eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.js'" ,
18
+ "lint" : " eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.min. js'" ,
19
19
"test" : " npm run lint"
20
20
},
21
21
"repository" : {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
5
5
entry : './index.js' ,
6
6
output : {
7
7
path : __dirname + '/rest_framework_docs/js' ,
8
- filename : 'dist.js'
8
+ filename : 'dist.min. js'
9
9
} ,
10
10
devtool : 'source-map' ,
11
11
plugins : [
Original file line number Diff line number Diff line change @@ -76,6 +76,6 @@ <h3>Document Web APIs made with <a href="http://www.django-rest-framework.org/"
76
76
</ div >
77
77
78
78
<!-- Dist.js - Inlcuded Live API, jQuery, Bootstrap -->
79
- < script type ="text/javascript " src ="{% static "rest_framework_docs /js/dist.js" %}"> </ script >
79
+ < script type ="text/javascript " src ="{% static "rest_framework_docs /js/dist.min. js" %}"> </ script >
80
80
</ body >
81
81
</ html >
You can’t perform that action at this time.
0 commit comments