From c43e77b4cb8107ca661ea9e17558079ab7013da2 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 13 Jan 2016 17:11:46 -0300 Subject: [PATCH] Fix build path --- gulp/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/build.js b/gulp/build.js index bd716e9..fb8ec84 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -3,7 +3,7 @@ var path = require('path'); var gulp = require('gulp'); var conf = require('./conf'); -var noosferoThemePrefix = "/designs/themes/angular/dist/"; +var noosferoThemePrefix = "/designs/themes/angular-theme/dist/"; var $ = require('gulp-load-plugins')({ pattern: ['gulp-*', 'main-bower-files', 'uglify-save-license', 'del'] -- libgit2 0.21.2