mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Further steps towards Angular 2 Music Store on RC2
This commit is contained in:
3
samples/angular/MusicStore/gulpfile.js
vendored
3
samples/angular/MusicStore/gulpfile.js
vendored
@@ -9,8 +9,7 @@ var typescript = require('gulp-typescript');
|
||||
var inlineNg2Template = require('gulp-inline-ng2-template');
|
||||
var sourcemaps = require('gulp-sourcemaps');
|
||||
|
||||
var project = require("./project.json");
|
||||
var webroot = "./" + project.webroot + "/";
|
||||
var webroot = "./wwwroot/";
|
||||
|
||||
var config = {
|
||||
libBase: 'node_modules',
|
||||
|
||||
Reference in New Issue
Block a user