File tree 5 files changed +14
-88
lines changed
local-modules/from-countly-root
5 files changed +14
-88
lines changed Original file line number Diff line number Diff line change 195
195
" plugins/pluginManager.js" ,
196
196
" plugins/*/api/**/*.js" ,
197
197
" plugins/*/frontend/*.js" ,
198
- " local-modules/**/*.js" ,
199
198
" plugins/*/extend/*.js"
200
199
],
201
200
"env" : {
Original file line number Diff line number Diff line change
1
+ var path = require ( 'path' ) ;
2
+
3
+ /**
4
+ * Resolves the given relative path to absolute from Countly repository root path.
5
+ * @param {string } relativePath The path relative to Countly root directory.
6
+ * @returns {string } The absolute path resolved for the given relative path.
7
+ */
8
+ function fromCountlyRoot ( relativePath ) {
9
+ return path . join ( __dirname , '../../../' , relativePath ) ;
10
+ }
11
+
12
+ module . exports = fromCountlyRoot ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " from- countly-root" ,
2
+ "name" : " countly-root" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Resolves a relative path from Countly root directory to an absolute path." ,
5
5
"main" : " index.js" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
"connect-flash" : " 0.1.1" ,
37
37
"connect-mongoskin" : " github:ar2rsawseen/connect-mongoskin" ,
38
38
"cookie-parser" : " 1.4.4" ,
39
+ "countly-root" : " file:api/utils/countly-root" ,
39
40
"countly-sdk-nodejs" : " 19.8.x" ,
40
41
"countly-sdk-web" : " 19.8.x" ,
41
42
"csurf" : " 1.10.0" ,
47
48
"express-session" : " 1.16.2" ,
48
49
"external-ip" : " 2.1.1" ,
49
50
"formidable" : " 1.2.1" ,
50
- "from-countly-root" : " file:./local-modules/from-countly-root" ,
51
51
"fs.extra" : " ^1.3.2" ,
52
52
"geoip-lite" : " 1.3.7" ,
53
53
"grunt" : " 1.0.4" ,
You can’t perform that action at this time.
0 commit comments