generator-trend
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -138,3 +138,3 @@ 'use strict'; | ||
javascriptsDir: '<%= yeoman.app %>/scripts', | ||
fontsDir: '<%= yeoman.app %>/styles/fonts', | ||
fontsDir: '<%= yeoman.app %>/font', | ||
importPath: 'app/<%= yeoman.bower %>', | ||
@@ -266,3 +266,3 @@ relativeAssets: true | ||
'images/{,*/}*.{webp,gif}', | ||
'styles/fonts/*' | ||
'font/*' | ||
] | ||
@@ -269,0 +269,0 @@ }] |
@@ -138,3 +138,3 @@ 'use strict'; | ||
javascriptsDir: '<%= yeoman.app %>/scripts', | ||
fontsDir: '<%= yeoman.app %>/styles/fonts', | ||
fontsDir: '<%= yeoman.app %>/font', | ||
importPath: 'app/<%= yeoman.bower %>', | ||
@@ -266,3 +266,3 @@ relativeAssets: true | ||
'images/{,*/}*.{webp,gif}', | ||
'styles/fonts/*' | ||
'font/*' | ||
] | ||
@@ -269,0 +269,0 @@ }] |
require.config({ | ||
paths: { | ||
jquery: '../components/jquery/jquery', | ||
underscore: '../components/underscore/underscore', | ||
backbone: '../components/backbone/backbone', | ||
text: '../components/requirejs-text/text', | ||
i18next: '../components/i18next/release/i18next.amd.withJQuery-1.6.3.min' | ||
jquery: '../bower_components/jquery/jquery', | ||
underscore: '../bower_components/underscore/underscore', | ||
backbone: '../bower_components/backbone/backbone', | ||
text: '../bower_components/requirejs-text/text', | ||
i18next: '../bower_components/i18next/release/i18next.amd.withJQuery-1.6.3.min' | ||
}, | ||
@@ -9,0 +9,0 @@ shim: { |
{ | ||
"name": "generator-trend", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A generator for Yeoman, create trend style project", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
80325