Initial commit
This commit is contained in:
10
scripts/file.js
Normal file
10
scripts/file.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
path: function(relativePath) {
|
||||
return path.resolve(__dirname, '..', relativePath)
|
||||
},
|
||||
distDir: function() {
|
||||
return this.path('dist');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user