Some more clean up

This commit is contained in:
yvoumard 2016-07-21 12:35:46 +02:00
parent ae8cdfa911
commit 3e8be44fb9
3 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="WebWorldWind node_modules" level="project" />
</component>
</module>
</module>

View File

@ -3,4 +3,4 @@
<component name="JavaScriptLibraryMappings">
<file url="file://$PROJECT_DIR$" libraries="{WebWorldWind node_modules}" />
</component>
</project>
</project>

View File

@ -86,7 +86,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-requirejs');
grunt.loadNpmTasks('grunt-jsdoc');
grunt.loadNpmTasks('grunt-contrib-compress');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-karma');
grunt.registerTask('default', ['karma', 'jsdoc', 'requirejs', 'compress']);
};
};