|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
252 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | 'use strict';
|
|---|
| 2 |
|
|---|
| 3 | var process = require('./process');
|
|---|
| 4 |
|
|---|
| 5 | function moduleFilenameTemplate(options) {
|
|---|
| 6 | return function templateFn(parameters) {
|
|---|
| 7 | return process(parameters, options, parameters.resourcePath);
|
|---|
| 8 | };
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | module.exports = moduleFilenameTemplate; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.