File tree 5 files changed +3
-24
lines changed
5 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ module.exports = function ( grunt ) {
11
11
12
12
config = {
13
13
pkg : grunt . file . readJSON ( 'package.json' ) ,
14
- latest : '0.8' ,
15
- edge : 'edge' ,
16
14
prod : grunt . option ( 'prod' ) ,
17
15
18
16
// TODO do we need this?... probably not, it just got
Original file line number Diff line number Diff line change @@ -15,22 +15,6 @@ module.exports = {
15
15
dest : 'build/'
16
16
} ]
17
17
} ,
18
- latest : {
19
- files : [ {
20
- expand : true ,
21
- cwd : 'build/<%= latest %>/' ,
22
- src : '**' ,
23
- dest : 'build/latest/'
24
- } ]
25
- } ,
26
- edge : {
27
- files : [ {
28
- expand : true ,
29
- cwd : 'build/<%= edge %>/' ,
30
- src : '**' ,
31
- dest : 'build/edge/'
32
- } ]
33
- } ,
34
18
snippets : {
35
19
files : [ {
36
20
expand : true ,
Original file line number Diff line number Diff line change 16
16
"surge" : " ^0.17.2"
17
17
},
18
18
"scripts" : {
19
- "build" : " grunt build" ,
20
- "predeploy" : " npm run build" ,
21
- "deploy" : " surge build docs.ractivejs.org" ,
22
- "grunt" : " ./node_modules/.bin/grunt"
19
+ "start" : " grunt" ,
20
+ "build" : " grunt build"
23
21
}
24
22
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- < script > window . location . href = 'latest /get-started' </ script >
1
+ < script > window . location . href = '0.8 /get-started' </ script >
You can’t perform that action at this time.
0 commit comments