File tree 11 files changed +105
-393
lines changed
11 files changed +105
-393
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "cwd": "core/client/",
2
3
"directory": "bower_components"
3
- }
4
+ }
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
6
6
Setting `disableAnalytics` to true will prevent any data from being sent.
7
7
*/
8
- "disableAnalytics": false
8
+ "disableAnalytics": true
9
9
}
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ testem.log
18
18
19
19
# built by grunt
20
20
public /assets /img /contributors /
21
- templates /-contributors.hbs
21
+ app / templates /-contributors.hbs
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ app.import('bower_components/ember-simple-auth/simple-auth.js');
29
29
app . import ( 'bower_components/ember-simple-auth/simple-auth-oauth2.js' ) ;
30
30
app . import ( 'bower_components/google-caja/html-css-sanitizer-bundle.js' ) ;
31
31
app . import ( 'bower_components/nanoscroller/bin/javascripts/jquery.nanoscroller.js' ) ;
32
+ app . import ( 'bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.js' ) ;
32
33
33
34
app . import ( 'vendor/showdown/extensions/ghostgfm.js' ) ;
34
35
app . import ( 'vendor/showdown/extensions/ghostimagepreview.js' ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
"dependencies" : {
4
4
"codemirror" : " 4.0.1" ,
5
5
"Countable" : " 2.0.2" ,
6
- "handlebars" : " ~1.3 .0" ,
6
+ "handlebars" : " 2.0 .0" ,
7
7
"device" : " git://github.com/matthewhudson/device.js#5347a275b66020a0d4dfe9aad81a488f8cce448d" ,
8
8
"ember" : " 1.10.0" ,
9
9
"ember-data" : " 1.0.0-beta.14.1" ,
12
12
"ember-simple-auth" : " 0.7.2" ,
13
13
"fastclick" : " 1.0.0" ,
14
14
"google-caja" : " 5669.0.0" ,
15
- "handlebars" : " 2.0.0" ,
16
15
"ic-ajax" : " 1.0.1" ,
17
- "jquery" : " ^ 1.11.1 " ,
16
+ "jquery" : " ~ 1.11.2 " ,
18
17
"jquery-file-upload" : " 9.5.6" ,
19
18
"jquery-hammerjs" : " 1.0.1" ,
20
19
"jquery-ui" : " 1.10.4" ,
20
+ "jqueryui-touch-punch" : " furf/jquery-ui-touch-punch" ,
21
21
"keymaster" : " git://github.com/madrobby/keymaster#564ea42e07de40da8113a571f17ceae8802672ff" ,
22
22
"loader.js" : " ember-cli/loader.js#1.0.1" ,
23
23
"moment" : " 2.8.3" ,
30
30
"devDependencies" : {
31
31
"ember-cli-shims" : " ember-cli/ember-cli-shims#0.0.3" ,
32
32
"ember-cli-test-loader" : " ember-cli/ember-cli-test-loader#0.1.1" ,
33
- "ember-mocha" : " ~0.3.0" ,
34
- "ember-qunit" : " 0.2.8" ,
35
- "ember-qunit-notifications" : " 0.0.7" ,
36
- "qunit" : " ~1.17.1"
33
+ "ember-mocha" : " ~0.3.0"
37
34
}
38
35
}
Original file line number Diff line number Diff line change 35
35
"ember-cli-uglify" : " 1.0.1" ,
36
36
"ember-data" : " 1.0.0-beta.14.1" ,
37
37
"ember-export-application-global" : " ^1.0.2" ,
38
- "express" : " ^4.8.5" ,
39
38
"fs-extra" : " 0.16.3" ,
40
39
"glob" : " ^4.0.5"
41
40
},
Original file line number Diff line number Diff line change 76
76
"blanket" : " ~1.1.6" ,
77
77
"bower" : " ~1.3.10" ,
78
78
"grunt" : " ~0.4.5" ,
79
+ "grunt-bg-shell" : " ^2.3.1" ,
79
80
"grunt-cli" : " ~0.1.13" ,
80
- "grunt-autoprefixer" : " 1.0.1" ,
81
- "grunt-concat-sourcemap" : " ~0.4.3" ,
82
81
"grunt-contrib-clean" : " ~0.6.0" ,
83
82
"grunt-contrib-compress" : " ~0.11.0" ,
84
- "grunt-contrib-concat" : " ~0.5.0" ,
85
83
"grunt-contrib-copy" : " ~0.5.0" ,
86
84
"grunt-contrib-jshint" : " ~0.10.0" ,
87
85
"grunt-contrib-uglify" : " ~0.6.0" ,
88
86
"grunt-contrib-watch" : " ~0.6.1" ,
89
87
"grunt-docker" : " ~0.0.8" ,
90
- "grunt-ember-templates" : " dgeb/grunt-ember-templates#88594c6" ,
91
- "grunt-es6-module-transpiler" : " ~0.6.0" ,
92
88
"grunt-express-server" : " ~0.4.19" ,
93
89
"grunt-jscs" : " ~1.2.0" ,
94
90
"grunt-mocha-cli" : " ~1.11.0" ,
91
+ <<<<<<< HEAD
95
92
"grunt-sass" : " ~0.18.0" ,
93
+ =======
94
+ >>>>>>> grunt init, dev
96
95
"grunt-shell" : " ~1.1.1" ,
97
96
"grunt-update-submodules" : " ~0.4.1" ,
98
97
"matchdep" : " ~0.3.0" ,
You can’t perform that action at this time.
0 commit comments