This website requires JavaScript.
Explore
Help
Sign In
root
/
cesium
mirror of
https://github.com/CesiumGS/cesium.git
Watch
1
Star
0
Fork
You've already forked cesium
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1.133-zip
cesium
/
.idea
/
watcherTasks.xml
2 lines
62 B
XML
Raw
Permalink
Normal View
History
Unescape
Escape
Initial WebStorm project This adds a basic WebStorm project for devs that want to use WebStorm. It's not as robust as the Eclipse set up yet, but I'll remedy that in a future PR. For now: 1. Configure code formatters to mimic Eclipse formatting. It's not 100% but it's close 2. Add a File Watch that triggers `ant build` whenever a glsl file is modified. 3. Mark `Build` directory as ignored, the root directory as resource root, and the `Specs` directory as test root.
2015-09-22 02:25:49 +08:00
<?xml version="1.0" encoding="UTF-8"?>
Initial port of build process to gulp 1. Move all build related code to gulpfile.js 2. Add `npm` scripts for all gulp tasks so no one needs to install gulp globally. 3. Added new `jshint-watch` task for continually running jsHint on changed files and writing the results to the console.
2015-10-17 05:30:14 +08:00
<project
version=
"4"
/>