Skip to content

Commit

Permalink
removed dependancy for Highcharts
Browse files Browse the repository at this point in the history
This will resolve issue start-angular#3
start-angular#3
  • Loading branch information
jbeck8176 committed Oct 26, 2016
1 parent b3b4eca commit eaaa76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/config/project.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class ProjectConfig extends SeedConfig {
PROJECT_TASKS_DIR = join(process.cwd(), this.TOOLS_DIR, 'tasks', 'project');
FONTS_DEST = `${this.APP_DEST}/fonts`;
FONTS_SRC = [
'node_modules/font-awesome/fonts/**'
'node_modules/font-awesome/fonts/**'
];
constructor() {
super();
Expand All @@ -24,8 +24,8 @@ export class ProjectConfig extends SeedConfig {
this.NPM_DEPENDENCIES = [
...this.NPM_DEPENDENCIES,
{ src: 'font-awesome/css/font-awesome.css', inject: true },
{src: 'jquery/dist/jquery.min.js', inject: 'libs'},
{ src: 'highcharts/highcharts.js', inject: 'libs' }
{ src: 'jquery/dist/jquery.min.js', inject: 'libs' },
//{ src: 'highcharts/highcharts.js', inject: 'libs' }
// {src: 'jquery/dist/jquery.min.js', inject: 'libs'},
// {src: 'lodash/lodash.min.js', inject: 'libs'},
];
Expand Down

0 comments on commit eaaa76a

Please sign in to comment.