Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 0d20672

Browse files
authored
Merge pull request #10 from RootaCn/master
variable path
2 parents d5ef71b + c305bbd commit 0d20672

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ var _ = require('underscore');
1010
var $ = Elixir.Plugins;
1111
var config = Elixir.config;
1212

13-
// overwrite elixir config values
14-
var tsFolder = 'resources/assets/typescript'; // would be config.get('assets.js.typescript.folder');
15-
var tsOutput = config.get('public.js.outputFolder');
13+
var tsFolder = config.assetsPath;
14+
var tsOutput = config.publicPath;
1615

1716
Elixir.extend('typescript', function(src, output, options) {
1817
var paths = prepGulpPaths(src, output);

0 commit comments

Comments
 (0)